WIP: Services #25

Draft
valberg wants to merge 11 commits from services into main
Showing only changes of commit ad6564b510 - Show all commits

View file

@ -160,11 +160,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",