We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12ea9a commit eef59afCopy full SHA for eef59af
app/pages/api/auth/[...nextauth].ts
@@ -14,7 +14,7 @@ const providers = [
14
type: "oidc",
15
clientId: KEYCLOAK_ID,
16
clientSecret: KEYCLOAK_SECRET,
17
- wellKnown: `${KEYCLOAK_ISSUER}/.well-known/openid-configuration`,
+ wellKnown: KEYCLOAK_ISSUER,
18
authorization: {
19
url: `${KEYCLOAK_ISSUER}/protocol/openid-connect/auth`,
20
params: {
0 commit comments