Skip to content

Error parsing OIDC authorization request from query parameters on IDPKit as provider with Keycloak #12

Discussion options

You must be logged in to vote

Hi @sebpalluel
There is 2 problems we found with this particular version of Keycloak (19.0.2):

  1. The admin UI creates a faulty configuration in the keycloak backend, which breaks the setting for client authentication. The issue is discussed in: https://github.com/keycloak/keycloak-ui/issues/3355
    There's a fix for this in version 19.0.3, which is not yet released.
    As a workaround, you can manually fix the configuration, which you exported and reimport it. See below.

  2. The "prompt" type is set to "unspecified", and this version of keycloak sends it as parameter prompt=unspecified in the authorization request, which is not accepted by our request parser. The previous version of keycloak woul…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@sebpalluel
Comment options

@severinstampler
Comment options

@sebpalluel
Comment options

Answer selected by waltkb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants