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

Added support for client_secret_basic as a client authentication method

Open route443 opened this issue 8 months ago • 1 comments

  • 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 avatar Jun 21 '24 04:06 route443