File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ backend:
27
27
OIDC_OP_AUTHORIZATION_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
28
28
OIDC_OP_TOKEN_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
29
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
30
+ OIDC_OP_LOGOUT_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
31
31
OIDC_RP_CLIENT_ID : impress
32
32
OIDC_RP_CLIENT_SECRET : ThisIsAnExampleKeyForDevPurposeOnly
33
33
OIDC_RP_SIGN_ALGO : RS256
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ OIDC_OP_JWKS_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol
124
124
OIDC_OP_AUTHORIZATION_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
125
125
OIDC_OP_TOKEN_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
126
126
OIDC_OP_USER_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo
127
- OIDC_OP_LOGOUT_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/session/end
127
+ OIDC_OP_LOGOUT_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
128
128
OIDC_RP_CLIENT_ID : impress
129
129
OIDC_RP_CLIENT_SECRET : ThisIsAnExampleKeyForDevPurposeOnly
130
130
OIDC_RP_SIGN_ALGO : RS256
You can’t perform that action at this time.
0 commit comments