-
Notifications
You must be signed in to change notification settings - Fork 891
Guideline on using java sdk with AWS SSO credentials? #1970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same question. 👍 |
@ragebiswas @froderick you are right, currently the SDK does not support any form of integration with AWS Single Sign-On. This is a feature that needs to be supported across all the AWS SDKs so it requires more planning and design process than usual. Marking as a feature request. |
Thanks @debora-ito . It seems the It would be great if this could be prioritized soon as well. For those coming to this page, I've used yawsso as a workaround - a bit easier than copy pasting env vars from the AWS SSO browser page. |
It will be great if this support is added soon, I am also waiting for the same. |
|
Describe the issue
Hi, feel free to close if this is a naive / obvious question - but I'm not able to find documentation on how to use Java SDK (V1 or V2) if my org uses AWS SSO to login.
Steps to Reproduce
I currently am using the default credential provider, but that does not seem to work an says that none of the tried authentication methods (including AWS_* env vars) are found and hence aborts.
I am able to work around by copy pasting env vars from the AWS SSO portal (via the "Command Line / Programmatic Access" link) but this is fairly inconvenient.
Is there a credential provider that works with AWS SSO named profiles?
The text was updated successfully, but these errors were encountered: