mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
Strategy fix
This commit is contained in:
parent
9199343332
commit
c9fb9c4a67
1 changed files with 3 additions and 1 deletions
|
|
@ -786,7 +786,9 @@ async function setupOpenId() {
|
|||
|
||||
if (clientSecret) {
|
||||
clientMetadata.client_secret = clientSecret;
|
||||
clientMetadata.token_endpoint_auth_method = 'client_secret_post';
|
||||
if (shouldGenerateNonce) {
|
||||
clientMetadata.token_endpoint_auth_method = 'client_secret_post';
|
||||
}
|
||||
} else if (usePKCE) {
|
||||
clientMetadata.token_endpoint_auth_method = 'none';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue