feat: add oidc-test app component

This commit is contained in:
2023-12-07 08:59:45 +01:00
parent ddbedf45ee
commit ad1c9d2bc3
12 changed files with 136 additions and 89 deletions

View File

@ -0,0 +1,6 @@
- op: replace
path: "/spec/redirectUris/0"
value: https://ssokustom/oauth2/callback
- op: replace
path: "/spec/postLogoutRedirectUris/0"
value: https://ssokustom/oauth2/callback

View File

@ -0,0 +1,9 @@
- op: replace
path: "/data/LOG_LEVEL"
value: 0
- op: replace
path: "/data/OIDC_REDIRECT_URL"
value: https://ssokustom/oauth2/callback
- op: replace
path: "/data/OIDC_POST_LOGOUT_REDIRECT_URL"
value: https://ssokustom