feat: add oidc-test app component
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
- op: replace
|
||||
path: "/spec/redirectUris/0"
|
||||
value: https://ssokustom/oauth2/callback
|
||||
- op: replace
|
||||
path: "/spec/postLogoutRedirectUris/0"
|
||||
value: https://ssokustom
|
6
examples/authenticated-app/patches/oidc-test.yaml
Normal file
6
examples/authenticated-app/patches/oidc-test.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- op: replace
|
||||
path: "/data/OIDC_REDIRECT_URL"
|
||||
value: https://ssokustom/oauth2/callback
|
||||
- op: replace
|
||||
path: "/data/OIDC_POST_LOGOUT_REDIRECT_URL"
|
||||
value: https://ssokustom
|
Reference in New Issue
Block a user