Skip to content

Commit

Permalink
Merge pull request #4955 from pabasara-mahindapala/nodejs-passport-as…
Browse files Browse the repository at this point in the history
…gardeo-guide

Add client_id to logout
  • Loading branch information
sagara-gunathunga authored Jan 8, 2025
2 parents 7935fca + b3cda90 commit 2ad7463
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ router.post("/logout", function (req, res, next) {
return next(err);
}
var params = {
post_logout_redirect_uri: "http://localhost:3000/",
post_logout_redirect_uri: "http://localhost:3000/oauth2/redirect",
client_id: process.env.ASGARDEO_CLIENT_ID,
};
res.redirect(
ASGARDEO_BASE_URL +
Expand Down

0 comments on commit 2ad7463

Please sign in to comment.