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
Originally posted by sigu December 10, 2024
oidcc_plug version
0.1.2
Erlang version
27.1
Elixir version
1.17.3-otp-27
I am getting the error above from a keycloak local instance.
After inspecting through on these lines, here are the parameters that gets calculated right before requesting for the token:
Discussed in #28
Originally posted by sigu December 10, 2024
oidcc_plug version
0.1.2
Erlang version
27.1
Elixir version
1.17.3-otp-27
I am getting the error above from a keycloak local instance.
After inspecting through on these lines, here are the parameters that gets calculated right before requesting for the token:
Here is the error
{:error, {:bad_body_generator, {:error, :invalid_input, :none}}}
I suspect the keycloak server is refusing the
:none
value and I am not sure which values I can successfully passMore configs that I have
The keycloak client is a confidential client that uses the secret key
The text was updated successfully, but these errors were encountered: