$url->forceRootUrl not added to keycloak-web.redirect_url
Opened this issue · 0 comments
RobIsHere commented
The config key keycloak-web.redirect_url should accept a route key, not an url. With an url a possible $url->forceRootUrl(config('app.url')); is not taken into account, so this results also in a wrong redirection.