Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-13 10:21:41 +00:00
parent 145084e685
commit eb6af42e1f
4 changed files with 139 additions and 2 deletions
+1 -1
View File
@@ -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"
}
}
}
+68
View File
@@ -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
View File
@@ -452,7 +452,8 @@
],
"ecphp/cas-bundle": [
"1.0",
"2.0"
"2.0",
"3.0"
],
"ecphp/eu-login-api-authentication-bundle": [
"1.0"