We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdc97e commit 08313baCopy full SHA for 08313ba
packages/connectivity/src/scp-cf/identity-service.ts
@@ -142,7 +142,9 @@ async function getIasClientCredentialsTokenImpl(
142
const authenticationType =
143
arg.authenticationType || 'OAuth2ClientCredentials';
144
145
- const tokenOptions: IdTokenFetchOptions = {};
+ const tokenOptions: IdTokenFetchOptions = {
146
+ token_format: 'jwt'
147
+ };
148
149
// Stringify resource(s)
150
if (arg.resource) {
0 commit comments