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 ce4efa7 commit c0cc0e8Copy full SHA for c0cc0e8
packages/connectivity/src/scp-cf/identity-service.ts
@@ -94,6 +94,11 @@ export async function getIasClientCredentialsToken(
94
);
95
}
96
97
+ // Workaround for IAS issue
98
+ // if( onBehalfOf == OnBehalfOf.NAMED_USER_CURRENT_TENANT ) {
99
+ params.append('refresh_token', '0');
100
+ // };
101
+
102
for (const [paramKey, paramValue] of Object.entries(
103
arg.extraParams || {}
104
)) {
0 commit comments