mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
flask-oidc-dev: Updating default scopes to include fedora groups
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user