Skip to content

Commit

Permalink
fix(logout): change the logout EP for kc
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Aug 13, 2024
1 parent e56fae9 commit d42344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineNuxtConfig({
process.env.KEYCLOAK_SERVICE_URL +
"/protocol/openid-connect/userinfo",
logoutUrl:
process.env.KEYCLOAK_SERVICE_URL + "/protocol/openid-connect/auth",
process.env.KEYCLOAK_SERVICE_URL + "/protocol/openid-connect/logout",
},
},
session: {
Expand Down

0 comments on commit d42344b

Please sign in to comment.