diff --git a/internal/bootstrap/service_bootstrap.go b/internal/bootstrap/service_bootstrap.go index c9001c9e..11dbb693 100644 --- a/internal/bootstrap/service_bootstrap.go +++ b/internal/bootstrap/service_bootstrap.go @@ -57,6 +57,7 @@ func (app *BootstrapApp) setupServices() error { app.services.authService = i.AuthService app.services.ldapService = i.LDAPService app.services.oauthBrokerService = i.OAuthBrokerService + app.services.oidcService = i.OIDCService app.services.tailscaleService = i.TailscaleService return nil })