Skip to content

angee.iam_integrate_oidc.apps

Django config for Angee's OIDC login addon.

IAMIntegrateOidcConfig

python
class IAMIntegrateOidcConfig(AppConfig)

Source app manifest for the OIDC login addon.

OIDC end to end: it extends integrate's OAuth client with login fields, the OIDC protocol, and ID-token verification, and composes iam (the user and session) into the login/link flow.

ready

python
def ready() -> None

Wire the last-sign-in disconnect guard after app population.

Released under the AGPL-3.0 License.