diff --git a/README.MD b/README.MD index 44c1e29..922bd1f 100644 --- a/README.MD +++ b/README.MD @@ -18,9 +18,9 @@ NUXT_OIDC_PROVIDERS_KEYCLOAK_CLIENT_SECRET="someSecret" # The following need to be explicitly set in order to apply them to the Nuxt config, they can't be built from the domain NUXT_OIDC_PROVIDERS_KEYCLOAK_REDIRECT_URI="http://localhost:3000/auth/keycloak/callback" # Be sure this redirect URI is defined in your keycloak for this client -NUXT_OIDC_PROVIDERS_KEYCLOAK_AUTHORIZATION_URL="https://my.keycloak.domain.de/protocol/openid-connect/auth" -NUXT_OIDC_PROVIDERS_KEYCLOAK_TOKEN_URL="https://my.keycloak.domain.de/protocol/openid-connect/token" -NUXT_OIDC_PROVIDERS_KEYCLOAK_USERINFO_URL="https://my.keycloak.domain.de/protocol/openid-connect/userinfo" +NUXT_OIDC_PROVIDERS_KEYCLOAK_AUTHORIZATION_URL="https://my.keycloak.domain.de/realms/flame/protocol/openid-connect/auth" +NUXT_OIDC_PROVIDERS_KEYCLOAK_TOKEN_URL="https://my.keycloak.domain.de/realms/flame/protocol/openid-connect/token" +NUXT_OIDC_PROVIDERS_KEYCLOAK_USERINFO_URL="https://my.keycloak.domain.de/realms/flame/protocol/openid-connect/userinfo" # Nuxt OIDC Tokens # https://nuxt.com/modules/nuxt-oidc-auth#_3-set-secrets diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f33bb85..4697517 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,6 @@ settings: importers: .: - dependencies: - '@vueuse/core': - specifier: ^11.0.3 - version: 11.0.3(vue@3.4.38(typescript@5.5.4)) devDependencies: '@eslint/js': specifier: ^9.4.0 @@ -27,6 +23,9 @@ importers: '@typescript-eslint/parser': specifier: ^7.11.0 version: 7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4) + '@vueuse/core': + specifier: ^11.0.3 + version: 11.0.3(vue@3.4.38(typescript@5.5.4)) eslint: specifier: 9.x version: 9.9.1(jiti@1.21.6)