Update pkg/services/authn/grpcutils/grpc_authenticator.go

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
pull/91665/head
Claudiu Dragalina-Paraipan 1 year ago committed by GitHub
parent 62f165f6f9
commit 0d70225c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/services/authn/grpcutils/grpc_authenticator.go

@ -49,6 +49,7 @@ func NewGrpcAuthenticator(cfg *setting.Cfg) (*authnlib.GrpcAuthenticator, error)
}
func NewInProcGrpcAuthenticator() *authnlib.GrpcAuthenticator {
// In proc grpc ID token signature verification can be skipped
return authnlib.NewUnsafeGrpcAuthenticator(
&authnlib.GrpcAuthenticatorConfig{},
authnlib.WithDisableAccessTokenAuthOption(),

Loading…
Cancel
Save