We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test out if the params in the nuxt config can be replaced with empty strings and the globalMiddlewareEnabled is sufficient
globalMiddlewareEnabled
The text was updated successfully, but these errors were encountered:
The globalMiddlewareEnabled option is simple, but it is nice to reach the landing page first and then opt to sign in so it will not be used
Sorry, something went wrong.
The config can be used as such:
runtimeConfig: { oidc: { defaultProvider: "keycloak", providers: { keycloak: { audience: "account", userNameClaim: "preferred_username", clientId: "", clientSecret: "", redirectUri: "", authorizationUrl: "", tokenUrl: "", userinfoUrl: "", openIdConfiguration: "", logoutUrl: "", logoutRedirectUri: "", exposeAccessToken: false, pkce: false, }, }, }
Successfully merging a pull request may close this issue.
Test out if the params in the nuxt config can be replaced with empty strings and the
globalMiddlewareEnabled
is sufficientThe text was updated successfully, but these errors were encountered: