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 || "",
|
||||
sendScopeWithRefreshToken: authentication.sendScopeWithRefreshToken || "",
|
||||
refreshTokenClientCredentialsLocation:
|
||||
authentication.refreshTokenClientCredentialsLocation || "",
|
||||
authentication.refreshTokenClientCredentialsLocation || "BODY",
|
||||
};
|
||||
if (isClientCredentials(authType, authentication)) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user