bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

Add upstream-auth flag for sending id_token to upstream #648

Open kellycampbell opened 6 years ago

kellycampbell commented 6 years ago

This is an alternate idea to the first part of #621 which would make a single option to declare what to send in the Authorization header to the upstream instead of several potentially incompatible pass-foo options. Currently just has id_token for kubernetes oidc auth with Google.