Add IDCIKeycloakSecurityBundle recipe

This commit is contained in:
Gabriel BONDAZ
2021-05-04 17:10:59 +02:00
parent ef4e8f17d4
commit 655c9dc16a
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
idci_keycloak_security:
server_url: 'http://localhost:8080/auth'
realm: 'MyRealm'
client_id: 'my-client'
client_secret: 'my-client-secret'
default_target_path: 'app_home'
@@ -0,0 +1,8 @@
{
"bundles": {
"IDCI\\Bundle\\KeycloakSecurityBundle\\": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}