wip: working oidc login
This commit is contained in:
6
.env
6
.env
@@ -42,3 +42,9 @@ REDIS_HOST=redis://redis
|
||||
###> symfony/mailer ###
|
||||
MAILER_DSN=null://null
|
||||
###< symfony/mailer ###
|
||||
|
||||
###> drenso/symfony-oidc-bundle ###
|
||||
OIDC_WELL_KNOWN_URL="Enter the .well-known url for the OIDC provider"
|
||||
OIDC_CLIENT_ID="Enter your OIDC client id"
|
||||
OIDC_CLIENT_SECRET="Enter your OIDC client secret"
|
||||
###< drenso/symfony-oidc-bundle ###
|
||||
|
||||
Reference in New Issue
Block a user