feat: oidc web1 basics

This commit is contained in:
2023-01-08 23:01:42 +01:00
parent 4b9ee96989
commit d926d70a5f
7 changed files with 124 additions and 1 deletions

View 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"
}