Files
archived-recipes-contrib/drenso/symfony-oidc-bundle/2.0/manifest.json
Bob van de Vijver cb4354041a Add recipe for drenso/symfony-oidc-bundle v2 (#1319)
* Add recipe for drenso/symfony-oidc-bundle v2

* Fix spacing

* Add missing /
2022-02-19 11:00:37 +01:00

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