An open API service indexing awesome lists of open source software.

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

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.

![](./docs/img/nginx-oidc-workflow.png)

- [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/)