http: GET /auth/oidc/callback — JIT-provision, refresh, deny paths
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user