http: GET /auth/oidc/callback — JIT-provision, refresh, deny paths

This commit is contained in:
2026-05-05 13:30:00 +01:00
parent f56844b5c6
commit c55a75355a
3 changed files with 287 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ func (s *Server) routes(r chi.Router) {
}
if s.deps.OIDC != nil {
r.Get("/auth/oidc/login", s.handleOIDCLogin)
// /auth/oidc/callback registered in D2
r.Get("/auth/oidc/callback", s.handleOIDCCallback)
}
// Viewer band — anyone authenticated can read.