Passthrough Auth

When using Gloo Gateway’s external authentication server, it may be convenient to authorize requests with your own server. Gloo Gateway allows this functionality with two types of passthrough auth:

Passthrough or custom auth

You can also implement your own auth with Gloo Gateway with a Custom Auth server

Passthrough vs. Custom Auth server With passthrough, you can leverage other Gloo Gateway extauth implementations (e.g. OIDC, API key, etc.) alongside custom logic. A custom auth server is not integrated with Gloo Gateway extauth so it can not do this.

Passthrough Cons While using a Passthrough service does provide additional flexibility and convenience with auth configuration, it does require an additional network hop from Gloo Gateway’s external auth service to the gRPC service.