Skip to content

Commit f12ea9a

Browse files
committed
fix: eIAM
1 parent f4ea88c commit f12ea9a

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`,
17+
wellKnown: `${KEYCLOAK_ISSUER}/.well-known/openid-configuration`,
1818
authorization: {
1919
url: `${KEYCLOAK_ISSUER}/protocol/openid-connect/auth`,
2020
params: {

0 commit comments

Comments
 (0)