added a lot of auth code

This commit is contained in:
2019-03-21 16:17:25 +01:00
parent bef3c6dc9b
commit 0469b8dbb5
13 changed files with 220 additions and 23 deletions

View File

@@ -11,4 +11,4 @@ PROVIDER_NAME = 'kit_oidc'
PROVIDER_CONFIG = ProviderConfiguration(issuer=PROVIDER_URL,
client_metadata=CLIENT_METADATA)
PROVIDERS = {PROVIDER_NAME: PROVIDER_CONFIG}
OIDC_PROVIDERS = {PROVIDER_NAME: PROVIDER_CONFIG}