Skip to content

KeycloakApi doesn't work with Keycloak version >= 17 #1068

Description

@Julesfpollender

Since Keycloak version 17, they removed the /auth in every URLs, either to retrieve the authorization code or the token one.

The Keycloak documentation is available here Breaking Changes

In order to work, I believe in the KeycloakApi, we must change the getAccessTokenEndpoint() and getAuthorizationBaseUrl() to support having this <baseUrl>/realms/<realm> instead of the previous one <baseUrl>/auth/realms/<realm> when using Keycloak version 17 and more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions