Open RobIsHere opened 2 years ago
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.
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.