Skip to content

Commit 431882c

Browse files
authored
Merge pull request #10 from mbillow/right-user-id
ipa id is just uuid in jwt
2 parents 0b05776 + ce53db7 commit 431882c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/oidc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { discovery } from "openid-client";
22
import { createRemoteJWKSet, jwtVerify } from "jose";
33

44
const REQUIRED_SCOPE = "gatekeeper_provision";
5-
const USER_ID_CLAIM = "ipaUniqueID";
5+
const USER_ID_CLAIM = "uuid";
66

77
const issuerUrl = new URL(
88
process.env.GK_OIDC_ISSUER || "https://sso.csh.rit.edu/auth/realms/csh"

0 commit comments

Comments
 (0)