You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: repalce from next public env var to OIDC_PROVIDER_ID
* feat: pass providerId from server component to signin page
* fix: show okta icon only for okta provider id
* test: ensure the providerName format
-`NEXT_PUBLIC_OIDC_PROVIDER_ID` - Provider identifier (e.g., "okta", "oidc") - **Required**, must use `NEXT_PUBLIC_` prefix. Not sensitive data - it's just an identifier.
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ git push origin v0.x.x
279
279
-`OIDC_ISSUER_URL` - OIDC provider URL
280
280
-`OIDC_CLIENT_ID` - OAuth2 client ID
281
281
-`OIDC_CLIENT_SECRET` - OAuth2 client secret
282
-
-`NEXT_PUBLIC_OIDC_PROVIDER_ID` - Provider identifier (e.g., "okta", "oidc") - Required, must use `NEXT_PUBLIC_` prefix. Not sensitive data - it's just an identifier.
Copy file name to clipboardExpand all lines: dev-auth/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,6 @@ Replace this with a real OIDC provider (Okta, Keycloak, Auth0, etc.) by updating
53
53
-`OIDC_ISSUER_URL` - OIDC provider URL
54
54
-`OIDC_CLIENT_ID` - OAuth2 client ID
55
55
-`OIDC_CLIENT_SECRET` - OAuth2 client secret
56
-
-`NEXT_PUBLIC_OIDC_PROVIDER_ID` - Provider identifier (e.g., "okta", "oidc") - **Required**, must use `NEXT_PUBLIC_` prefix. Not sensitive data - it's just an identifier.
0 commit comments