fix: moving refreshTokenClientCredentialsLocation from oAuth2Common to AuthoCode (#13551)
This commit is contained in:
parent
d7d4386e1e
commit
0b6ea8dc7e
|
|
@ -189,7 +189,7 @@ const datasourceToFormAuthentication = (
|
||||||
resource: authentication.resource || "",
|
resource: authentication.resource || "",
|
||||||
sendScopeWithRefreshToken: authentication.sendScopeWithRefreshToken || "",
|
sendScopeWithRefreshToken: authentication.sendScopeWithRefreshToken || "",
|
||||||
refreshTokenClientCredentialsLocation:
|
refreshTokenClientCredentialsLocation:
|
||||||
authentication.refreshTokenClientCredentialsLocation || "",
|
authentication.refreshTokenClientCredentialsLocation || "BODY",
|
||||||
};
|
};
|
||||||
if (isClientCredentials(authType, authentication)) {
|
if (isClientCredentials(authType, authentication)) {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user