nginx-openid-connect
nginx-openid-connect copied to clipboard
Added support for client_secret_basic as a client authentication method
- 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.