You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ueberauth 0.10.8 and ueberauth_keycloak_strategy 0.4.0
I am trying to set up the strategy and to debug it in my dev environment. I have a redirect_uri in the configuration but the strategy does not honor it making redirecting to my server with redirect_uri param callback http://localhost:4000/oauth/callback.
In order to make it works I changes the strategy code Ueberauth.Strategy.Keycloak.handle_request!/1:
Using ueberauth 0.10.8 and ueberauth_keycloak_strategy 0.4.0
I am trying to set up the strategy and to debug it in my dev environment. I have a redirect_uri in the configuration but the strategy does not honor it making redirecting to my server with redirect_uri param callback http://localhost:4000/oauth/callback.
In order to make it works I changes the strategy code
Ueberauth.Strategy.Keycloak.handle_request!/1
:I think that I found a potential mistake in function
Ueberauth.Strategy.Keycloak.OAuth.authorize_url/2
:Shouldn't it be?
The text was updated successfully, but these errors were encountered: