oauth2_proxy icon indicating copy to clipboard operation
oauth2_proxy copied to clipboard

A reverse proxy that provides authentication with Google, Github or other provider

Results 100 oauth2_proxy issues
Sort by recently updated
recently updated
newest added

This PR improves support for backing oauth2_proxy with Azure Active Directory, along with a few other changes. We've been using this internally for lightly-loaded services for a couple of weeks,...

enhancement

Hi, As everyone here can see, the project is almost abandoned. I believe someone or preferable a group of people fluent in Go lang should create an 'official' fork of...

oauth2_proxy version: 2.2 OS: Ubuntu 16.04 authentication: Google G Suite non-default cookie settings: `cookie-refresh=1h` I'm running oauth2_proxy in front of some sensitive services that I want to lock down to...

I'm trying to ad Oauth to an application running in a sub location "http://www.domain.tld/sublocation". I can't run the proxy on the root of the site for technical reasons. I specify...

Hi, thanks for oauth2_proxy. I managed to get oauth2_proxy to work with AWS cognito ;) So I just tried to submit a feature branch but i get permission denied. in...

Hey, I tested different variations, it seems `/foo%2Fbar/` (which is used in the tests) is correctly resolved, however `/%2Fbar/` is not and will resolve to `//bar` and therefore redirect to...

bug

Are there any examples of this working with Okta ? I have managed to get part way there, but it moans about scopes: 'error redeeming code missing email' ``` ./oauth2_proxy...

Many companies using Office 365 will implement ADFS. I am not a specialist of Oauth2 and SAML, it seems ADFS implements Oauth2 (maybe the microsoft way). It would be usefull...

new-provider

I'm using oauth2_proxy in conjunction with keycloak. This works without problems (hint: as there is no oidc enabled release, you have to compile oauth2_proxy from the master branch on your...

oauth2 proxy is a web framework which provides OAuth authentication. Is there any way to make it support authorization too? For example via a HTTP plugin? As I know, a...