user.auth.clients.oidc
Classes
Holds the expected OIDC claims. |
|
Module Contents
- class user.auth.clients.oidc.OIDCAttributes[source]
Holds the expected OIDC claims.
These claims may either be included in the JWT id token or in the response to the user endpoint
- class user.auth.clients.oidc.OIDCClient[source]
-
- attributes: OIDCAttributes[source]
- class user.auth.clients.oidc.OIDCConnections[source]
- connections: dict[str, OIDCClient][source]
- client(app: onegov.user.auth.provider.HasApplicationIdAndNamespace) OIDCClient | None [source]