Skip to content
Snippets Groups Projects
Verified Commit 6148e577 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove broken OICD scopes configuration from settings

(cherry picked from commit 022244f2)
parent bbccf1ec
No related branches found
No related tags found
1 merge request!742Prepare release 2.0rc7
......@@ -338,16 +338,6 @@ if _settings.get("oauth2.oidc.enabled", False):
# "OIDC_ISS_ENDPOINT": _settings.get("oauth2.oidc.issuer_name", "example.com"),
}
)
OAUTH2_PROVIDER["SCOPES"].update(
{
"openid": _("OpenID Connect scope"),
"profile": _("Given name, family name, link to profile and picture if existing."),
"address": _("Full home postal address"),
"email": _("Email address"),
"phone": _("Home and mobile phone"),
"groups": _("Groups"),
}
)
# Configuration for REST framework
REST_FRAMEWORK = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment