Skip to content

Commit c0cc0e8

Browse files
committed
add workaround
1 parent ce4efa7 commit c0cc0e8

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
@@ -94,6 +94,11 @@ export async function getIasClientCredentialsToken(
9494
);
9595
}
9696

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

0 commit comments

Comments
 (0)