Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-04-15 11:26:10 +00:00
parent bd6073626a
commit 3419899a03
2 changed files with 29 additions and 15 deletions
@@ -12,20 +12,6 @@
}
},
"files": {
"config/packages/ajgarlag_openid_connect_provider.yaml": {
"contents": [
"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: '/'",
""
],
"executable": false
},
"config/routes/ajgarlag_openid_connect_provider.yaml": {
"contents": [
"ajgarlag_openid_connect_provider:",
@@ -36,7 +22,7 @@
"executable": false
}
},
"ref": "300ec317b0195614ab63278a8c6ecc1fddfd803c"
"ref": "7e2e3ab48563d12810a7d6e5fdf7c0fdb29b0bce"
}
}
}
@@ -0,0 +1,28 @@
{
"manifests": {
"ajgarlag/openid-connect-provider-bundle": {
"manifest": {
"bundles": {
"Ajgarlag\\Bundle\\OpenIDConnectProviderBundle\\AjgarlagOpenIDConnectProviderBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/ajgarlag_openid_connect_provider.yaml": {
"contents": [
"ajgarlag_openid_connect_provider:",
" resource: '@AjgarlagOpenIDConnectProviderBundle/config/routes.php'",
" type: php",
""
],
"executable": false
}
},
"ref": "7e2e3ab48563d12810a7d6e5fdf7c0fdb29b0bce"
}
}
}