-
I am using JSON Web Token Claim from https://min.io/docs/minio/linux/administration/identity-access-management/oidc-access-management.html#json-web-token-claim |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Zey-Uzh, as a caveat: That said, I can suggest a couple possibilities:
Do any of these suggestions work for you? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, blank field didn't work, I've already tried that.
And i can't use StsClient in my project because it's internal in package |
Beta Was this translation helpful? Give feedback.
I apologize, I should've been more clear. You're correct that the
StsClient
inaws.sdk.kotlin.runtime.auth.credentials.internal.sts
is internal and only meant for use in the STS credentials providers. I meant to point you to theStsClient
inaws.sdk.kotlin.services.sts
, available in the aws.sdk.kotlin:sts module, which is public.