mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"bundles": {
|
|
"Drenso\\OidcBundle\\DrensoOidcBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"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"
|
|
}
|
|
}
|