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
Reqcore supports Single Sign-On via any OIDC-compliant identity provider — Keycloak, Authentik, Authelia, Okta, Azure AD, and more. When configured, a "Sign in with SSO" button appears on the login and registration pages.
456
+
457
+
### Why SSO?
458
+
459
+
-**Centralized identity** — users sign in once across all internal tools
460
+
-**Zero-friction onboarding** — new hires get instant access, leavers are cut off centrally
461
+
-**Enterprise security** — MFA, session policies, and brute-force protection managed in one place
462
+
463
+
### Setup
464
+
465
+
**1. Create an OIDC client in your identity provider:**
466
+
467
+
| Setting | Value |
468
+
|---|---|
469
+
| Client type | OpenID Connect (confidential) |
470
+
| Client ID | Any name (e.g., `reqcore`) |
471
+
| Client authentication | ON (confidential/secret) |
472
+
| Valid redirect URI |`https://your-reqcore-domain.com/api/auth/oauth2/callback/oidc`|
473
+
| Valid post-logout redirect URI |`https://your-reqcore-domain.com/*`|
0 commit comments