From eb6af42e1f804a9e66d710c39a9b2237838974db Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 13 Oct 2024 10:21:41 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...b332856eb024476c6404364e985fdda3db7ac.json | 68 +++++++++++++++++++ ecphp.cas-bundle.3.0.json | 68 +++++++++++++++++++ index.json | 3 +- 4 files changed, 139 insertions(+), 2 deletions(-) create mode 100644 archived/ecphp.cas-bundle/8f5b332856eb024476c6404364e985fdda3db7ac.json create mode 100644 ecphp.cas-bundle.3.0.json diff --git a/RECIPES.md b/RECIPES.md index 28df3828..02406859 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/ecphp.cas-bundle/8f5b332856eb024476c6404364e985fdda3db7ac.json b/archived/ecphp.cas-bundle/8f5b332856eb024476c6404364e985fdda3db7ac.json new file mode 100644 index 00000000..b9993b3e --- /dev/null +++ b/archived/ecphp.cas-bundle/8f5b332856eb024476c6404364e985fdda3db7ac.json @@ -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" + } + } +} diff --git a/ecphp.cas-bundle.3.0.json b/ecphp.cas-bundle.3.0.json new file mode 100644 index 00000000..b9993b3e --- /dev/null +++ b/ecphp.cas-bundle.3.0.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 3d093e1c..a62b00d3 100644 --- a/index.json +++ b/index.json @@ -452,7 +452,8 @@ ], "ecphp/cas-bundle": [ "1.0", - "2.0" + "2.0", + "3.0" ], "ecphp/eu-login-api-authentication-bundle": [ "1.0"