flask-oidc: updating config variable

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2022-07-18 12:25:32 +01:00
parent 28300df291
commit 9b0d4ad38a

View file

@ -16,6 +16,6 @@ SESSION_COOKIE_SECURE = True
OIDC_CLIENT_SECRETS = "/etc/flask-oidc-dev/oidc.json"
OIDC_SCOPES = "openid profile email https://id.fedoraproject.org/scope/groups"
OIDC_CLIENT_AUTH_METHOD = "client_secret_post"
OIDC_OPENID_CALLBACK = "/oidc_callback"
OIDC_CALLBACK_ROUTE = "/oidc_callback"
OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"
FAS_OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"