flask-oidc-dev: Updating default scopes to include fedora groups
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
81d27e668b
commit
81c4dd3a18
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{% endif %}
|
||||
"OIDC_ISSUER": "https://id{{env_suffix}}.fedoraproject.org/openidc/",
|
||||
"OIDC_USERINFO_URL": "https://id{{env_suffix}}.fedoraproject.org/openidc/UserInfo",
|
||||
"OIDC_SCOPES":"openid profile email",
|
||||
"OIDC_SCOPES":"openid profile email https://id.fedoraproject.org/scope/groups",
|
||||
"OIDC_CLIENT_AUTH_METHOD":"client_secret_post",
|
||||
"OIDC_OPENID_CALLBACK":"/oidc_callback"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue