I am able to login to Keycloak using the keycloak-js client, however, when making a fetch request, I get the following error: The post request I am making is The keycloak settings are Root URL: http://localhost:8080 Valid Redirect URIs: http://localhost:8080 Base URL: / Admin URL: Empty Web Origins: * // but I have also tried http://localhost:8080 and + My app
Tag: keycloak
Keycloak with nuxt-auth module
I’m using this auth-module with Keycloak. My configuration in nuxt.config.js: The connection is OK. When I click on the “connect” button, I am redirected to my Keycloak environment. Once authenticated by Keycloak, I am redirected to my nuxt.js application. However, the problem is that my store is empty. Do you have any ideas about what causes this problem? loggedIn: is