Closed halilbahar closed 7 months ago
The key change for this PR is this:
os.path.join(WEB_URL, ''),
This adds a trailing slash to the redirect_uri. Additionally, better logging and handling were implemented.
redirect_uri
Keycloak appears to be stricter than other providers. Hopefully, this will also resolve the issue for the other providers.
The key change for this PR is this:
This adds a trailing slash to the
redirect_uri
. Additionally, better logging and handling were implemented.Keycloak appears to be stricter than other providers. Hopefully, this will also resolve the issue for the other providers.