From 34db007feba84012ea42aac9b749d012ab97131c Mon Sep 17 00:00:00 2001 From: aln730 Date: Mon, 25 May 2026 23:48:08 -0400 Subject: [PATCH] awkward --- middleware/oidc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/oidc.js b/middleware/oidc.js index 4ece7a3..68a52e9 100644 --- a/middleware/oidc.js +++ b/middleware/oidc.js @@ -1,7 +1,7 @@ import { discovery } from "openid-client"; import { createRemoteJWKSet, jwtVerify } from "jose"; -const REQUIRED_SCOPE = "gatekeeper_provision"; +export const REQUIRED_SCOPE = "gatekeeper_provision"; const USER_ID_CLAIM = "uuid"; const issuerUrl = new URL(