flask-oidc-dev: adding required variables to test-auth config
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
f962d03280
commit
3fe2380ed2
1 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,8 @@ SESSION_COOKIE_SECURE = True
|
|||
|
||||
# Auth
|
||||
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"
|
||||
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