Skip to content

Commit

Permalink
make logout work with keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsga authored Jun 26, 2024
1 parent bfd51e9 commit e46e4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// Finally, destroy the session.
session_destroy();

// Redirect to login page
header('Location: index.php');
// Redirect to keycloak logout
header('Location: https://alf.agdsn.de/realms/internal/protocol/openid-connect/logout');

0 comments on commit e46e4ef

Please sign in to comment.