Skip to content

angee.iam_integrate_oidc.providers

OIDC OAuth provider presets contributed by the login addon.

GenericOidc

python
class GenericOidc(OAuthProviderType)

Generic OpenID Connect provider preset.

Ships the defaults that let a configured-and-enabled OIDC provider sign existing users in out of the box: the standard OIDC scopes + claim mappings, plus link-by-verified-email. Auto-provisioning new users (create_on_login) stays off by default — a per-client opt-in, ideally with an allowed_email_domains gate — so the framework default is fail-closed.

GoogleType

python
class GoogleType(GenericOidc)

Google OpenID Connect provider preset.

Released under the AGPL-3.0 License.