projectcontour / contour-authserver

An Envoy-compatible authorization server.
Apache License 2.0
45 stars 39 forks source link

OIDC support in contour and contour-authserver #12

Open robinfoe opened 3 years ago

robinfoe commented 3 years ago

At a recent maintainer meeting we discussed what the path forward is for the Contour project providing support for OIDC in Contour and the contour-authserver repos.

Our end goal here is to have a story for external auth OIDC integration and provide some guidance for how to do things in production. We will provide deployment examples with a specific provider (e.g. https://github.com/dexidp/dex) but generally Contour should work with any with an appropriate shim/provider that can speak over grpc with Envoy.

Some steps we must complete for this are:

youngnick commented 3 years ago

xref #13