We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b05776 + ce53db7 commit 431882cCopy full SHA for 431882c
1 file changed
middleware/oidc.js
@@ -2,7 +2,7 @@ import { discovery } from "openid-client";
2
import { createRemoteJWKSet, jwtVerify } from "jose";
3
4
const REQUIRED_SCOPE = "gatekeeper_provision";
5
-const USER_ID_CLAIM = "ipaUniqueID";
+const USER_ID_CLAIM = "uuid";
6
7
const issuerUrl = new URL(
8
process.env.GK_OIDC_ISSUER || "https://sso.csh.rit.edu/auth/realms/csh"
0 commit comments