You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your environment requires the use of a tunneling proxy server when communicating between the NGINX and the identity provider (login.microsoftonline.com), then no, we don't support this.
Based on this error message, it's hard for me to say what the root cause is. If you are sure that the DNS server specified in the resolver directive is functioning as expected and can successfully resolve the "login.microsoftonline.com" fqdn, try disabling the IPv6 address lookup (the ipv6=off parameter can be specified), this may help in some cases. In any case, this error has nothing to do with "nginx-openid-connect" module, so if the problem persists, you can contact NGINX Plus support using the appropriate channels.
Hi @jiruisong ,
Same issue is being faced by my team on configuring OIDC in nginx plus with IDP (using Auth Zero),
Did you get any solution over it? It would be helpful if you could share the same
Hello
Our company is intended [NginxPlus + nginx-openid-connect] to be used in the intranet
The following problem arises
errorlog:
「503 login.microsoftonline.com could not be resolved」
「js: OIDC unexpected response from IdP when sending authorization code (HTTP 502). 」
Question:
1. Is there a setting like "OIDCOutgoingProxy" in NginxPlus or in nginx-openid-connect module? (Apache+OIDC has such a configuration parameter)
2. Why NginxPlus cannot analyze "login.microsoftonline.com"? Error log: "503 login.microsoftonline.com could not be resolved".
thanks a lot
The text was updated successfully, but these errors were encountered: