WIP: Services #25
|
@ -162,11 +162,6 @@ ACCOUNT_USERNAME_REQUIRED = False
|
||||||
# OAuth2 configuration
|
# OAuth2 configuration
|
||||||
OAUTH2_PROVIDER = {
|
OAUTH2_PROVIDER = {
|
||||||
"OIDC_ENABLED": True,
|
"OIDC_ENABLED": True,
|
||||||
"OIDC_RSA_PRIVATE_KEY": env.str("OIDC_RSA_PRIVATE_KEY"),
|
|
||||||
# "OIDC_RSA_PRIVATE_KEYS_INACTIVE": [
|
|
||||||
# env.str("OIDC_RSA_PRIVATE_KEY_2"),
|
|
||||||
# env.str("OIDC_RSA_PRIVATE_KEY_3"),
|
|
||||||
# ],
|
|
||||||
"SCOPES": {
|
"SCOPES": {
|
||||||
"openid": "OpenID Connect scope",
|
"openid": "OpenID Connect scope",
|
||||||
"profile": "Profile Information",
|
"profile": "Profile Information",
|
||||||
|
|
Loading…
Reference in a new issue