vouch-proxy | OIDC login solution for Nginx | Authentication library
kandi X-RAY | vouch-proxy Summary
kandi X-RAY | vouch-proxy Summary
vouch-proxy is a Go library typically used in Security, Authentication, Nginx applications. vouch-proxy has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.
An SSO solution for Nginx using the auth_request module. Vouch Proxy can protect all of your websites at once. Vouch Proxy supports many OAuth and OIDC login providers and can enforce authentication to... Please do let us know when you have deployed Vouch Proxy with your preffered IdP or library so we can update the list. If Vouch is running on the same host as the Nginx reverse proxy the response time from the /validate endpoint to Nginx should be less than 1ms.
An SSO solution for Nginx using the auth_request module. Vouch Proxy can protect all of your websites at once. Vouch Proxy supports many OAuth and OIDC login providers and can enforce authentication to... Please do let us know when you have deployed Vouch Proxy with your preffered IdP or library so we can update the list. If Vouch is running on the same host as the Nginx reverse proxy the response time from the /validate endpoint to Nginx should be less than 1ms.
Support
Quality
Security
License
Reuse
Support
vouch-proxy has a medium active ecosystem.
It has 2243 star(s) with 288 fork(s). There are 36 watchers for this library.
It had no major release in the last 6 months.
There are 45 open issues and 325 have been closed. On average issues are closed in 55 days. There are 7 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of vouch-proxy is v0.39.0
Quality
vouch-proxy has 0 bugs and 0 code smells.
Security
vouch-proxy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
vouch-proxy code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
vouch-proxy is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
vouch-proxy releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vouch-proxy
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vouch-proxy
vouch-proxy Key Features
No Key Features are available at this moment for vouch-proxy.
vouch-proxy Examples and Code Snippets
No Code Snippets are available at this moment for vouch-proxy.
Community Discussions
Trending Discussions on vouch-proxy
QUESTION
Install go vouch-proxy on windows fails
Asked 2020-Oct-23 at 11:23
I want install the vouch-proxy on my windows 10 but it fails:
...ANSWER
Answered 2020-Oct-23 at 11:23just remove the https://
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vouch-proxy
Vouch Proxy relies on the ability to share a cookie between the Vouch Proxy server and the application it's protecting. Typically this will be done by running Vouch on a subdomain such as vouch.yourdomain.com with apps running at app1.yourdomain.com and app2.yourdomain.com. The protected domain is .yourdomain.com and the Vouch Proxy cookie must be set in this domain by setting vouch.domains to include yourdomain.com or sometimes by setting vouch.cookie.domain to yourdomain.com. The following Nginx config assumes.. If Vouch is configured behind the same nginx reverseproxy (perhaps so you can configure ssl) be sure to pass the Host header properly, otherwise the JWT cookie cannot be set into the domain.
cp ./config/config.yml_example_$OAUTH_PROVIDER ./config/config.yml
create OAuth credentials for Vouch Proxy at google or github, etc be sure to direct the callback URL to the Vouch Proxy /auth endpoint
configure Nginx...
Nginx, vouch.yourdomain.com and protectedapp.yourdomain.com are running on the same server
both domains are served as https and have valid certs (if not, change to listen 80 and set vouch.cookie.secure to false)
cp ./config/config.yml_example_$OAUTH_PROVIDER ./config/config.yml
create OAuth credentials for Vouch Proxy at google or github, etc be sure to direct the callback URL to the Vouch Proxy /auth endpoint
configure Nginx...
Nginx, vouch.yourdomain.com and protectedapp.yourdomain.com are running on the same server
both domains are served as https and have valid certs (if not, change to listen 80 and set vouch.cookie.secure to false)
Support
Getting the stars to align between Nginx, Vouch Proxy and your IdP can be tricky. We want to help you get up and running as quickly as possible. The most common problem is..
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page