oauth
| CLASS | DESCRIPTION |
|---|---|
OAuthSettings |
Settings for integration with an OAuth identity provider. |
Attributes¶
Classes¶
OAuthSettings
¶
Bases: BaseSettings
Settings for integration with an OAuth identity provider.
| ATTRIBUTE | DESCRIPTION |
|---|---|
OAUTH_CLIENT_NAME |
Name of the client.
TYPE:
|
OAUTH_CLIENT_ID |
ID of client.
TYPE:
|
OAUTH_CLIENT_SECRET |
Secret to authorise against the identity provider.
TYPE:
|
OAUTH_OIDC_CONFIG_ENDPOINT |
OpenID Connect configuration endpoint, for autodiscovery of relevant endpoints.
TYPE:
|
OAUTH_REDIRECT_URL |
String to be used as
TYPE:
|
OAUTH_EMAIL_CLAIM |
Name of the OIDC claim with the user's email address. This is
TYPE:
|