ivangfr / springboot-react-keycloak

The goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.
398 stars 156 forks source link

Upgrading to Keycloak 17 results in 401 Auth issue when listing Realms #8

Closed jeffreyporter closed 2 years ago

jeffreyporter commented 2 years ago

Upgrading to Keycloak 17 results in 401 Auth issue when listing Realms.

I know this is more of a wish then a defect, but I've been using this project a test and would like to upgrade to Keycloak 17 and have issues.

When I find out why I get the Auth issue with 17 I will feed it back here, and hope to create a PR to update this project.

ivangfr commented 2 years ago

Hi @jeffreyporter

I didn't know about Keycloak version 17. I've just updated the project to use this new version.

Thanks!