stevenmaguire / oauth2-keycloak

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

Keycloak includes the session token in the URL #79

Open krax13 opened 6 months ago

krax13 commented 6 months ago

I have a Dummy PHP site, and want to integrate the Keycloak SSO to the site's Admin page. However there are some problems with the URL. After I logged in the admin page, the URL contains the session token. Is there any option to remove the session from the URL after the login?