Skip to content

Support non-JWT refresh tokens in Keycloak.#152

Open
benzitohhh wants to merge 1 commit intokeycloak:mainfrom
benzitohhh:support-non-jwt-refresh-token
Open

Support non-JWT refresh tokens in Keycloak.#152
benzitohhh wants to merge 1 commit intokeycloak:mainfrom
benzitohhh:support-non-jwt-refresh-token

Conversation

@benzitohhh
Copy link

While the Keycloak Server does issue refresh tokens with JWT payload, many other OIDC servers do not, and the OIDC spec does not require this. And currently Keycloak always tries to parse refresh token as JWT, which breaks login flow for such servers.

Closes #149

While the Keycloak Server does issue refresh tokens with JWT payload,
many other OIDC servers do not, and the OIDC spec does not require
this. And currently Keycloak always tries to parse refresh token as
JWT, which breaks login flow for such servers.

Closes keycloak#149

Signed-off-by: Ben Immanuel <ben.immanuel@aistemos.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

non-JWT refresh token causes keycloak-js parseError

1 participant