https://github.com/nginx-openid-connect/nginx-oidc-auth0
NGINX Plus OIDC w/ Auth0 Integration
https://github.com/nginx-openid-connect/nginx-oidc-auth0
auth0 identity-provider idp nginx nginx-oidc nginx-openid-connect nginxplus oauth oauth2 oidc openid-connect
Last synced: 3 months ago
JSON representation
NGINX Plus OIDC w/ Auth0 Integration
- Host: GitHub
- URL: https://github.com/nginx-openid-connect/nginx-oidc-auth0
- Owner: nginx-openid-connect
- License: other
- Created: 2022-07-20T23:02:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T19:17:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T05:41:28.467Z (7 months ago)
- Topics: auth0, identity-provider, idp, nginx, nginx-oidc, nginx-openid-connect, nginxplus, oauth, oauth2, oidc, openid-connect
- Language: JavaScript
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-oidc-auth0
Reference implementation of NGINX Plus as relying party for OpenID Connect authentication w/ Auth0.
This repo provides the information of how to set up Auth0, integrate with NGINX Plus, and test using a containerized NGINX Plus app, a frontend OIDC simulation tool, and a NGINX Dev Portal.

- [Getting Started](#🏠-getting-started)
- [Troubleshooting](#🔧-troubleshooting)
- [References](#📚-references)
## 🏠 Getting Started
### Set up an identity provider (IdP)
- [Create and configure an app in Auth0](./docs/01-Auth0-Setup.md)
### Option 1. Set up and Test a SSO application via NGINX Plus
- [Configure NGINX Plus OIDC](./docs/02-NGINX-Plus-Setup.md)
- [Test an SSO app in a container ](./docs/03-Container-Test.md)### Option 2. Set up a SSO application via NGINX ACM
- [Configure and test NGINX Dev Portal OIDC](./docs/04-NGINX-DevPortal-Test.md)
## 🔧 Troubleshooting
- [Common Troubleshooting for NGINX Plus OIDC](https://github.com/nginx-openid-connect/nginx-oidc-troubleshooting#common-troubleshooting-for-nginx-oidc-and-all-idps)
- [Troubleshooting for NGINX Plus OIDC and Amazon Cognito](https://github.com/nginx-openid-connect/nginx-oidc-troubleshooting#troubleshooting-for-nginx-plus-oidc-and-auth0)
## 📚 References
- [NGINX OIDC Core v1.0: Forked from NGINX GitHub](https://github.com/nginx-openid-connect/nginx-oidc-core-v1)
- [NGINX Plus: Single Sign-On With Auth0](https://docs.nginx.com/nginx/deployment-guides/single-sign-on/auth0/)
- [NGINX Management Suite](https://docs.nginx.com/nginx-management-suite/)
- [NGINX API Connectivity Manager](https://docs.nginx.com/nginx-management-suite/acm/)