We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bffdcf commit ca406e0Copy full SHA for ca406e0
docs/examples/helm/impress.values.yaml
@@ -27,7 +27,7 @@ backend:
27
OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
28
OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
29
OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo
30
- OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/session/end
+ OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
31
OIDC_RP_CLIENT_ID: impress
32
OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly
33
OIDC_RP_SIGN_ALGO: RS256
0 commit comments