Skip to content

Commit a541e18

Browse files
committed
add workaround
1 parent 5ec4657 commit a541e18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/connectivity/src/scp-cf/identity-service.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ export async function getIasClientCredentialsToken(
9696
);
9797
}
9898

99+
// Workaround for IAS issue
100+
// if( onBehalfOf == OnBehalfOf.NAMED_USER_CURRENT_TENANT ) {
101+
params.append('refresh_token', '0');
102+
// };
103+
99104
for (const [paramKey, paramValue] of Object.entries(
100105
arg.extraParams || {}
101106
)) {

0 commit comments

Comments
 (0)