https://github.com/nginx-openid-connect/nginx-oidc-okta
NGINX Plus OIDC w/ OKta Integration
https://github.com/nginx-openid-connect/nginx-oidc-okta
idp nginx nginx-oidc nginx-openid-connect nginx-plus oidc okta openid openid-connect
Last synced: 4 months ago
JSON representation
NGINX Plus OIDC w/ OKta Integration
- Host: GitHub
- URL: https://github.com/nginx-openid-connect/nginx-oidc-okta
- Owner: nginx-openid-connect
- License: other
- Created: 2022-06-24T20:45:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T23:19:43.000Z (almost 4 years ago)
- Last Synced: 2025-10-27T15:42:36.246Z (10 months ago)
- Topics: idp, nginx, nginx-oidc, nginx-openid-connect, nginx-plus, oidc, okta, openid, openid-connect
- Language: JavaScript
- Homepage:
- Size: 6.61 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-oidc-okta
Reference implementation of NGINX Plus as relying party for OpenID Connect authentication w/ Okta.
This repo provides the information of how to set up Okta, integrate with NGINX Plus, and locally 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 Okta](./docs/01-IdP-Setup.md)
### Option 1. Set up and Test a SSO application via NGINX Plus
- [Configure NGINX Plus OIDC](./docs/02-NGINX-Plus-Setup.md)
- [Locally Test an SSO app in a container ](./docs/03-Container-Test.md)
### Option 2. Set up and Test a SSO application via NGINX ACM/DevPortal
- [Install, configure, and test OIDC via NGINX ACM/DevPortal](./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 Okta](https://github.com/nginx-openid-connect/nginx-oidc-troubleshooting#troubleshooting-for-nginx-plus-oidc-and-okta)
## 📚 References
- [NGINX OIDC Core v1.0: Forked from NGINX GitHub](https://github.com/nginx-openid-connect/nginx-oidc-core-v1)
- [NGINX OIDC Core v2.0: Forked from NGINX GitHub](https://github.com/nginx-openid-connect/nginx-oidc-core)
- [NGINX Plus: Single Sign-On With Okta](https://docs.nginx.com/nginx/deployment-guides/single-sign-on/okta)
- [NGINX Management Suite](https://docs.nginx.com/nginx-management-suite/)
- [NGINX API Connectivity Manager](https://docs.nginx.com/nginx-management-suite/acm/)