mirror of
https://github.com/tale/headplane.git
synced 2026-08-06 04:07:41 +00:00
chore: fallback to client_secret_post for OIDC
This commit is contained in:
@@ -254,7 +254,7 @@ function negotiateTokenEndpointAuthMethod(
|
||||
|
||||
log.warn(
|
||||
'config',
|
||||
'Falling back to client_secret_basic for token endpoint authentication',
|
||||
'Falling back to client_secret_post for token endpoint authentication',
|
||||
);
|
||||
return oidc.ClientSecretBasic(config.client_secret);
|
||||
return oidc.ClientSecretPost(config.client_secret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user