issues
search
nginxinc
/
nginx-openid-connect
Reference implementation of OpenID Connect integration for NGINX Plus
https://www.nginx.com/products/nginx/
Other
197
stars
94
forks
source link
Added support for client_secret_basic as a client authentication method
#97
Closed
route443
closed
3 months ago
route443
commented
4 months ago
Updated token exchange to use the Authorization header for client_secret_basic.
Refactored logic for generating POST request parameters for token retrieval and refresh.
Added "oidc_client_auth_method" variable to select client authentication method.
route443
commented
4 months ago
Addressed issue #93