Skip to content

Commit e33fca5

Browse files
committed
refactor: comment
1 parent 4eb6f4a commit e33fca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/auth/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
/**
77
* OIDC Provider ID (e.g., "oidc", "okta")
88
* Must use NEXT_PUBLIC_ prefix as it's needed both server-side (auth.ts) and client-side (signin page).
9-
* Not sensitive data - it's just an identifier.
9+
* Note: This exposes the provider name to the client, which is generally acceptable
10+
* but does reveal infrastructure details.
1011
*/
1112
export const OIDC_PROVIDER_ID =
1213
process.env.NEXT_PUBLIC_OIDC_PROVIDER_ID || "oidc";

0 commit comments

Comments
 (0)