sso-kustom/examples/authenticated-app/patches/oidc-test-oauth2-client.yaml

10 lines
244 B
YAML

- op: replace
path: "/spec/redirectUris/0"
value: https://ssokustom/oauth2/callback
- op: replace
path: "/spec/postLogoutRedirectUris/0"
value: https://ssokustom
- op: replace
path: "/spec/scope"
value: "openid profile roles siret"