Skip to content

Instantly share code, notes, and snippets.

@austincunningham
Created September 16, 2022 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austincunningham/1aa667011544a616d2c268bd1a40026b to your computer and use it in GitHub Desktop.
Save austincunningham/1aa667011544a616d2c268bd1a40026b to your computer and use it in GitHub Desktop.
// start logout request
app.get('/logout', (req, res) => {
res.redirect(client.endSessionUrl({
client_id: "keycloak-express"
}
));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment