#
oauth2-proxy
Here are 28 public repositories matching this topic...
Malian
commented
Feb 21, 2019
I need to do a collateral call to google APIs from my backend to get additional information about the user (full name, profile picture, team, ...). For that, I need to have the access token. Unfortunately, now I only have access to the user's email.
A solution could be to return the access token in the header key X-Forwarded-AccessToken
but I think we will have to manage when the access token
Create a local Kubernetes development environment on macOS or Windows and WSL2, including HTTPS/TLS and OAuth2/OIDC authentication.
-
Updated
Jul 8, 2021
Dockerization of bitly's oauth2_proxy
-
Updated
Mar 28, 2019 - Dockerfile
Testing framework for ASP.NET Core and Identity-Server 4
oauth2
openid
identityserver4
oauth2-proxy
integration-tests
testing-tool
microsoft-aspnetcore-mvc-testing
-
Updated
Dec 3, 2021 - C#
An ansible role to install oauth2-proxy
-
Updated
May 10, 2021 - Shell
Docker image for oauth2_proxy, a reverse proxy that provides authentication with Google, Github or other providers
-
Updated
Sep 28, 2018 - Dockerfile
Cluster Applications (Services) Single Page Dialer
-
Updated
Apr 28, 2021 - SCSS
A reverse proxy that provides authentication with DingTalk(钉钉), Google, Github or other provider
-
Updated
Sep 19, 2018 - Go
Lightweight proxy for implementing the OAuth2 flows in Single Page Applications using PHP.
react
angularjs
php
oauth
oauth2
angular
spa
vue
single-page-app
reactjs
proxy
callback
single-page-applications
oauth2-proxy
oauth2-client
oauth2-flows
proxy-endpoints
vejs
-
Updated
Nov 16, 2021 - PHP
Glue between oauth2-proxy, some Auth provider and Sonatype Nexus 3.
-
Updated
Jan 19, 2021 - Go
Another reverse proxy that provides authentication with OpenID Connect
-
Updated
Nov 22, 2021 - Rust
A dockerized reverse proxy that provides authentication with Google, Github or other provider
-
Updated
Aug 11, 2017
Docker build oauth2-proxy using distroless (https://github.com/oauth2-proxy/oauth2-proxy)
-
Updated
Oct 24, 2021 - Dockerfile
A simple yet powerful way to access your pictures and videos from internet
-
Updated
Nov 21, 2020 - Rust
Example how to connect OAuth2 Proxy to self hosted GitLab instance
-
Updated
Oct 3, 2020
auth service for nginx or traefik2
-
Updated
Nov 16, 2021 - Go
This is a sample app to exercise Node.js API development with OAuth/OIDC authentication.
-
Updated
Dec 1, 2021 - JavaScript
Setup kubernetes dashboard with github authentication, oauth2 proxy, Nginx ingress
-
Updated
Apr 30, 2020
[Python] OAuth Reverse Proxy
-
Updated
Jun 1, 2021 - HTML
Laravel Passport Oauth2 Authentication Proxy for Password Grant
-
Updated
May 13, 2018 - PHP
Docker compose for nginx with AAD authentication
-
Updated
May 31, 2019 - Shell
Slides and examples for an Omaha Linux Users Group talk (4-Aug-2020) introducing docker-compose.
-
Updated
Aug 4, 2020 - Go
Proxy that adds OAuth2 PKCE support to providers that do not support it. Written in Go.
-
Updated
Feb 4, 2021 - Go
Improve this page
Add a description, image, and links to the oauth2-proxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth2-proxy topic, visit your repo's landing page and select "manage topics."
Running the oauth2-proxy with the "--display-htpasswd-form" and "--htpasswd-file" set to true, using a set of incorrect credentials doesn't show anything to the end user.
The end-user needs to know that his/her attempt failed (due to incorrect username/password) otherwise they don't even know that the attempt was done. For them