Merge pull request #521

This commit is contained in:
symfony-flex-server[bot]
2018-10-13 13:59:33 +00:00
committed by GitHub
4 changed files with 32 additions and 0 deletions
@@ -0,0 +1,9 @@
# https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters
nordeus_crowd_user:
crowd_application_name: '%env(NORDEUS_CROWD_APPLICATION_NAME)%'
crowd_application_password: '%env(NORDEUS_CROWD_APPLICATION_PASSWORD)%'
crowd_service_url: http://crowd.your_domain.com:8095
sso_cookie_domain: your_domain.com
roles_to_groups:
ROLE_USER: [ users ]
ROLE_ADMIN: [ admins, superadmins ]
@@ -0,0 +1,2 @@
nordeus_crowd_user:
resource: "@NordeusCrowdUserBundle/Resources/config/routing.yaml"
@@ -0,0 +1,12 @@
{
"bundles": {
"Nordeus\\CrowdUserBundle\\NordeusCrowdUserBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NORDEUS_CROWD_APPLICATION_NAME": "crowd_application_name",
"NORDEUS_CROWD_APPLICATION_PASSWORD": "crowd_application_password"
}
}
@@ -0,0 +1,9 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: Configure CrowdUserBundle </>
<bg=blue;fg=white> </>
* <fg=blue>Configure parameters:</>: <comment>https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters</>
* <fg=blue>Configure your application's security</>: <comment>https://github.com/Nordeus/CrowdUserBundle#5-configure-your-applications-security</>
* Your application is now ready to use!
Full documentation is available at: <comment>https://github.com/Nordeus/CrowdUserBundle</>