nginx-openid-connect
nginx-openid-connect copied to clipboard
Reference implementation of OpenID Connect integration for NGINX Plus
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...
Could mutual TLS (mTLS) client certificate‑bound access tokens (defined in [RFC 8705](https://datatracker.ietf.org/doc/html/rfc8705#section-3.1)) integration be added into NGINX's OIDC Reference implementation. An example of its implementation was provided in a recent...
## Description This PR will support overriding the state variable and pass it if PKCE is not enabled ## Related Issues https://github.com/nginxinc/nginx-openid-connect/issues/47
Hi, I have a requirement to protect different URI on the same reverse proxy with different set of Client ID/Secret and Scopes, for example: - /app1 -> ClientID: AAA /...
Hello, As it is: we have many backend applications on which we want to enforce authentication. And Nginx should pass the correct request URI, which will be in the client’s...
Hi When we use this OIDC, we found the oidc will become timeout, but we can not change the Expiration time neither know when it become expire. We set something...
Hi When i am trying to protect the server (instead of location) with OIDC RP reference implementation , login flow is not kicking off. It works fine if we have...
After successful token exchange, when you try to access multiple apis which is part of server has the reference to first api that was set for redirect - auth_redir= Reset...
The OIDC plugin requires session stickiness to be enabled in case of highly available deployment topology. This is an anti pattern. Can something be done for removing this dependency? Browsers...