Skip to content

Commit eef59af

Browse files
committed
fix: eIAM
1 parent f12ea9a commit eef59af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/api/auth/[...nextauth].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const providers = [
1414
type: "oidc",
1515
clientId: KEYCLOAK_ID,
1616
clientSecret: KEYCLOAK_SECRET,
17-
wellKnown: `${KEYCLOAK_ISSUER}/.well-known/openid-configuration`,
17+
wellKnown: KEYCLOAK_ISSUER,
1818
authorization: {
1919
url: `${KEYCLOAK_ISSUER}/protocol/openid-connect/auth`,
2020
params: {

0 commit comments

Comments
 (0)