mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [dunglas/doctrine-json-odm](https://packagist.org/packages/dunglas/doctrine-json-odm) | [0.1](dunglas/doctrine-json-odm/0.1) |
|
||||
| [dunglas/solid-client-php](https://packagist.org/packages/dunglas/solid-client-php) | [1.0](dunglas/solid-client-php/1.0) |
|
||||
| [ecphp/api-gw-authentication-bundle](https://packagist.org/packages/ecphp/api-gw-authentication-bundle) | [1.0](ecphp/api-gw-authentication-bundle/1.0) |
|
||||
| [ecphp/cas-bundle](https://packagist.org/packages/ecphp/cas-bundle) | [2.0](ecphp/cas-bundle/2.0) |
|
||||
| [ecphp/cas-bundle](https://packagist.org/packages/ecphp/cas-bundle) | [3.0](ecphp/cas-bundle/3.0) |
|
||||
| [ecphp/eu-login-api-authentication-bundle](https://packagist.org/packages/ecphp/eu-login-api-authentication-bundle) | [1.0](ecphp/eu-login-api-authentication-bundle/1.0) |
|
||||
| [ecphp/eu-login-bundle](https://packagist.org/packages/ecphp/eu-login-bundle) | [2.0](ecphp/eu-login-bundle/2.0) |
|
||||
| [eduandebruijne/admin-bundle](https://packagist.org/packages/eduandebruijne/admin-bundle) | [11.0](eduandebruijne/admin-bundle/11.0) |
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"ecphp/cas-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EcPhp\\CasBundle\\CasBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/cas_bundle.yaml": {
|
||||
"contents": [
|
||||
"cas:",
|
||||
" # Change the URL to your own CAS server",
|
||||
" base_url: https://ecas.ec.europa.eu/cas",
|
||||
" protocol:",
|
||||
" login:",
|
||||
" path: /login",
|
||||
" default_parameters:",
|
||||
" service: cas_bundle_homepage",
|
||||
" serviceValidate:",
|
||||
" path: /p3/serviceValidate",
|
||||
" default_parameters:",
|
||||
" format: JSON",
|
||||
" #pgtUrl: cas_bundle_proxy_callback",
|
||||
" logout:",
|
||||
" path: /logout",
|
||||
" default_parameters:",
|
||||
" service: cas_bundle_homepage",
|
||||
" proxy:",
|
||||
" path: /proxy",
|
||||
" proxyValidate:",
|
||||
" path: /p3/proxyValidate",
|
||||
" default_parameters:",
|
||||
" format: JSON",
|
||||
" #pgtUrl: cas_bundle_proxy_callback",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/cas_security.yaml": {
|
||||
"contents": [
|
||||
"security:",
|
||||
" providers:",
|
||||
" cas:",
|
||||
" id: EcPhp\\CasBundle\\Security\\Core\\User\\CasUserProvider",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/cas.yaml": {
|
||||
"contents": [
|
||||
"cas_bundle:",
|
||||
" resource: \"@CasBundle/Resources/config/routes/routes.php\"",
|
||||
" prefix: /cas",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8f5b332856eb024476c6404364e985fdda3db7ac"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"ecphp/cas-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EcPhp\\CasBundle\\CasBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/cas_bundle.yaml": {
|
||||
"contents": [
|
||||
"cas:",
|
||||
" # Change the URL to your own CAS server",
|
||||
" base_url: https://ecas.ec.europa.eu/cas",
|
||||
" protocol:",
|
||||
" login:",
|
||||
" path: /login",
|
||||
" default_parameters:",
|
||||
" service: cas_bundle_homepage",
|
||||
" serviceValidate:",
|
||||
" path: /p3/serviceValidate",
|
||||
" default_parameters:",
|
||||
" format: JSON",
|
||||
" #pgtUrl: cas_bundle_proxy_callback",
|
||||
" logout:",
|
||||
" path: /logout",
|
||||
" default_parameters:",
|
||||
" service: cas_bundle_homepage",
|
||||
" proxy:",
|
||||
" path: /proxy",
|
||||
" proxyValidate:",
|
||||
" path: /p3/proxyValidate",
|
||||
" default_parameters:",
|
||||
" format: JSON",
|
||||
" #pgtUrl: cas_bundle_proxy_callback",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/cas_security.yaml": {
|
||||
"contents": [
|
||||
"security:",
|
||||
" providers:",
|
||||
" cas:",
|
||||
" id: EcPhp\\CasBundle\\Security\\Core\\User\\CasUserProvider",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/cas.yaml": {
|
||||
"contents": [
|
||||
"cas_bundle:",
|
||||
" resource: \"@CasBundle/Resources/config/routes/routes.php\"",
|
||||
" prefix: /cas",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8f5b332856eb024476c6404364e985fdda3db7ac"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -452,7 +452,8 @@
|
||||
],
|
||||
"ecphp/cas-bundle": [
|
||||
"1.0",
|
||||
"2.0"
|
||||
"2.0",
|
||||
"3.0"
|
||||
],
|
||||
"ecphp/eu-login-api-authentication-bundle": [
|
||||
"1.0"
|
||||
|
||||
Reference in New Issue
Block a user