mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 19:25:43 +00:00
chore: fallback to client_secret_post for OIDC
This commit is contained in:
@@ -254,7 +254,7 @@ function negotiateTokenEndpointAuthMethod(
|
|||||||
|
|
||||||
log.warn(
|
log.warn(
|
||||||
'config',
|
'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