stevenmaguire / oauth2-keycloak

Keycloak Provider for OAuth 2.0 Client
MIT License
204 stars 151 forks source link

Set post_logout_redirect_uri independently of access_token existence #76

Open zlojic opened 10 months ago

zlojic commented 10 months ago

@stevenmaguire @mstefan21 @settermjd Kindly review this PR. post_logout_redirect_uri has been set outside the if (isset($options['access_token']) === true) condition. The post_logout_redirect_uri should not depend on the existence of an access token.