OAuth2 Plugin with GRPC Auth Service

I have a GRPC authentication service and want to enable the oauth2 plugin on kong. I have this working on another project with a backend http auth service but the kong oauth2 plugin does not seem to work with a backend grpc service. Does anyone have more info on this or has anyone been able to get oauth2 working with kong on a backend http/2 GRPC service?

Did you find any solution to this?

Hi @shri, Thanks for your response. Our solution is to add an http service in front our our grpc service so the oauth2 will work. I never found a way to get the oauth2 plugin to work with a backend http2/grpc auth service.

@nick I would like to know if you use kong or another service?

I am currently using Kong