We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec4657 commit a541e18Copy full SHA for a541e18
packages/connectivity/src/scp-cf/identity-service.ts
@@ -96,6 +96,11 @@ export async function getIasClientCredentialsToken(
96
);
97
}
98
99
+ // Workaround for IAS issue
100
+ // if( onBehalfOf == OnBehalfOf.NAMED_USER_CURRENT_TENANT ) {
101
+ params.append('refresh_token', '0');
102
+ // };
103
+
104
for (const [paramKey, paramValue] of Object.entries(
105
arg.extraParams || {}
106
)) {
0 commit comments