Skip to content

nginx-openid-connect/nginx-oidc-troubleshooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💊 nginx-plus-oidc-troubleshooting

NGINX Plus OIDC troubleshooting for Identity Providers.

Note:

Please update any questions and answers whenenver anyone get customers' issues or questions.

🔧 Troubleshooting

Common Troubleshooting for NGINX OIDC and All IdPs

Any errors generated by the OpenID Connect flow are logged to the error log, /var/log/nginx/error.log. Check the contents of this file as it may include error responses received by the IdP. The level of detail recorded can be modified by adjusting the severity level of the error_log directive.

  • 400 error from IdP
  • 500 error from nginx after successful authentication
  • Authentication is successful but browser shows too many redirects
  • Logged out but next request does not require authentication
  • Failed SSL/TLS handshake to IdP

Troubleshooting for NGINX Plus OIDC and Amazon Cognito

Troubleshooting for NGINX Plus OIDC and Auth0

  • How to ensure that Auth0 correctly set up before configuring your app or NGINX Dev Portal?
  • How to troubleshoot when PKCE is not working with Auth0?
  • How to troubleshoot when none-PKCE is not working with Auth0?
  • How to troubleshoot when logout is not working with Auth0?
  • How to troubleshoot when dns server is not responding?
  • How to troubleshoot when a frontend OIDC simulation tool is not working with X-Client-Id should be in cookie. when signing-in after signed-out?

Troubleshooting for NGINX Plus OIDC and Azure AD

Troubleshooting for NGINX Plus OIDC and Keycloak

Troubleshooting for NGINX Plus OIDC and Kubernetes

Troubleshooting for NGINX Plus OIDC and Okta

  • How to ensure that Okta correctly set up before configuring your app or NGINX Dev Portal?
  • How to troubleshoot when PKCE is not working with Okta?
  • How to troubleshoot when none-PKCE is not working with Okta?
  • How to troubleshoot when logout is not working with Okta?
  • How to troubleshoot when dns server is not responding?
  • How to troubleshoot when a frontend OIDC simulation tool is not working with X-Client-Id should be in cookie. when signing-in after signed-out?

Troubleshooting for NGINX Plus OIDC and OneLogin

  • How to ensure that OneLogin correctly set up before configuring your app or NGINX Dev Portal?
  • How to troubleshoot when PKCE is not working with OneLogin?
  • How to troubleshoot when none-PKCE is not working with OneLogin?
  • How to troubleshoot when logout is not working with OneLogin?
  • How to troubleshoot when dns server is not responding?
  • How to troubleshoot when a frontend OIDC simulation tool is not working with X-Client-Id should be in cookie. when signing-in after signed-out?

Troubleshooting for NGINX Plus OIDC and Ping Identity

📚 References