Skip to content

Commit 76d35cf

Browse files
deepakprabhakaraory-bot
authored andcommitted
fix: seamlessly migrate existing users to SCIM
GitOrigin-RevId: b2088ed6bf263a408a124d411c118b1f3fa040b9
1 parent 2a4be28 commit 76d35cf

5 files changed

Lines changed: 101 additions & 142 deletions

File tree

driver/registry.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import (
4343
"github.com/ory/x/logrusx"
4444
"github.com/ory/x/otelx"
4545
"github.com/ory/x/popx"
46-
prometheus "github.com/ory/x/prometheusx"
4746
"github.com/ory/x/servicelocatorx"
4847
)
4948

@@ -56,7 +55,6 @@ type Registry interface {
5655
WithCSRFHandler(c nosurf.Handler)
5756
WithCSRFTokenGenerator(cg nosurfx.CSRFToken)
5857

59-
MetricsHandler() *prometheus.Handler
6058
HealthHandler(ctx context.Context) *healthx.Handler
6159
CookieManager(ctx context.Context) sessions.StoreExact
6260
ContinuityCookieManager(ctx context.Context) sessions.StoreExact

0 commit comments

Comments
 (0)