flask-oidc: renaming config variables
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
9d7e034b68
commit
068a93e272
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ SESSION_COOKIE_SECURE = True
|
||||||
# Auth
|
# Auth
|
||||||
OIDC_CLIENT_SECRETS = "/etc/flask-oidc-dev/oidc.json"
|
OIDC_CLIENT_SECRETS = "/etc/flask-oidc-dev/oidc.json"
|
||||||
OIDC_SCOPES = "openid profile email https://id.fedoraproject.org/scope/groups"
|
OIDC_SCOPES = "openid profile email https://id.fedoraproject.org/scope/groups"
|
||||||
OIDC_CLIENT_AUTH_METHOD = "client_secret_post"
|
OIDC_INTROSPECTION_AUTH_METHOD = "client_secret_post"
|
||||||
OIDC_CALLBACK_ROUTE = "/oidc_callback"
|
OIDC_CALLBACK_ROUTE = "/oidc_callback"
|
||||||
OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"
|
OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"
|
||||||
FAS_OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"
|
FAS_OPENID_ENDPOINT = "https://id{{ env_suffix }}.fedoraproject.org/openid/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue