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:
2727 OIDC_OP_AUTHORIZATION_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
2828 OIDC_OP_TOKEN_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
2929 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
3131 OIDC_RP_CLIENT_ID : impress
3232 OIDC_RP_CLIENT_SECRET : ThisIsAnExampleKeyForDevPurposeOnly
3333 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
124124OIDC_OP_AUTHORIZATION_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
125125OIDC_OP_TOKEN_ENDPOINT : https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
126126OIDC_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
128128OIDC_RP_CLIENT_ID : impress
129129OIDC_RP_CLIENT_SECRET : ThisIsAnExampleKeyForDevPurposeOnly
130130OIDC_RP_SIGN_ALGO : RS256
You can’t perform that action at this time.
0 commit comments