nginx-openid-connect icon indicating copy to clipboard operation
nginx-openid-connect copied to clipboard

Reference implementation of OpenID Connect integration for NGINX Plus

Results 47 nginx-openid-connect issues
Sort by recently updated
recently updated
newest added

Hello ### Our company is intended [NginxPlus + nginx-openid-connect] to be used in the intranet The following problem arises ![图片](https://user-images.githubusercontent.com/56247461/172307155-9d2ce7ab-5778-43ea-9711-bc16fb490cf6.png) 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

Is there a way to pass a state variable ?

question

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 /...

enhancement
question

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...

question

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...

question

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...

enhancement

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...

enhancement

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...

question