Auth: Remove feature toggle authAPIAccessTokenAuth (#100055)
Remove feature toggle
This commit is contained in:
@@ -115,7 +115,7 @@ func ProvideRegistration(
|
||||
authnSvc.RegisterClient(clients.ProvideJWT(jwtService, cfg))
|
||||
}
|
||||
|
||||
if cfg.ExtJWTAuth.Enabled && features.IsEnabledGlobally(featuremgmt.FlagAuthAPIAccessTokenAuth) {
|
||||
if cfg.ExtJWTAuth.Enabled {
|
||||
authnSvc.RegisterClient(clients.ProvideExtendedJWT(cfg))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user