Add recipe for ajgarlag/openid-connect-provider-bundle 0.2 (#1967)

This commit is contained in:
Valmont Pehaut-Pietri
2026-04-07 18:57:34 +02:00
committed by GitHub
parent af21a8ca48
commit cb87c83b11
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,8 @@
ajgarlag_openid_connect_provider:
discovery:
authorization_endpoint_route: 'oauth2_authorize'
token_endpoint_route: 'oauth2_token'
jwks_endpoint_route: 'openid_connect_jwks'
end_session_endpoint_route: 'openid_connect_end_session'
end_session:
cancel_logout_default_path: '/'
@@ -0,0 +1,3 @@
ajgarlag_openid_connect_provider:
resource: '@AjgarlagOpenIDConnectProviderBundle/config/routes.php'
type: php
@@ -0,0 +1,8 @@
{
"bundles": {
"Ajgarlag\\Bundle\\OpenIDConnectProviderBundle\\AjgarlagOpenIDConnectProviderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}