Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify-reflow
Code
/
Commits
/ cfc6283
Merge pull request #129 from EqualifyEverything/feat/optional-auth-layer-pr2-oidc
feat(auth): generic OIDC + Microsoft Entra preset (PR2)
Blake Bertuccelli-Booth
committed on May 8, 2026, 02:47 PM
Showing
15
changed files
+1590 additions
-45 deletions
M
AGENTS.md
+1
M
clients/viewer/src/auth/LoginPage.tsx
+2
-21
M
docs/explanation/authentication-design.md
+61
A
docs/how-to/configure-sso.md
+159
M
docs/reference/authentication.md
+4
-3
M
pyproject.toml
+2
M
src/auth/cookies.py
+43
M
src/auth/factory.py
+36
-10
A
src/auth/providers/oidc_provider.py
+357
M
src/auth/routes.py
+170
-10
M
src/auth/session.py
+19
-1
M
tests/conftest_fixtures/auth.py
+60
A
tests/integration/auth/test_oidc_roundtrip.py
+247
A
tests/unit/auth/test_oidc_provider.py
+401
M
uv.lock
+28
Browse files at this commit →