mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:58:34 +01:00
feat: oidc web1 basics
This commit is contained in:
9
templates/oidc_config.json.j2
Normal file
9
templates/oidc_config.json.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"SECRET_KEY" : "{{ lookup('password', '/dev/null length=20 chars=ascii_letters') }}",
|
||||
"TEST" : true,
|
||||
"DEBUG" : true,
|
||||
"OIDC_CLIENT_SECRETS" : "oidc_client_secrets.json",
|
||||
"OIDC_SCOPES" : [ "openid", "email", "roles" ],
|
||||
"OIDC_INTROSPECTION_AUTH_METHOD": "client_secret_post",
|
||||
"PREFERRED_URL_SCHEME" : "https"
|
||||
}
|
||||
Reference in New Issue
Block a user