Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@Julesfpollender

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

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