fix: moving refreshTokenClientCredentialsLocation from oAuth2Common to AuthoCode (#13551)

This commit is contained in:
rashmi rai 2022-05-05 17:24:14 +05:30 committed by GitHub
parent d7d4386e1e
commit 0b6ea8dc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ const datasourceToFormAuthentication = (
resource: authentication.resource || "",
sendScopeWithRefreshToken: authentication.sendScopeWithRefreshToken || "",
refreshTokenClientCredentialsLocation:
authentication.refreshTokenClientCredentialsLocation || "",
authentication.refreshTokenClientCredentialsLocation || "BODY",
};
if (isClientCredentials(authType, authentication)) {
return {