2 Answers
- Newest
- Most votes
- Most comments
1
The AWS CLI supports fetching credentials via SAML with AWS SSO, or directly. If your SAML IdP is configured to do seamless federation with Windows, then the user won't see a prompt for credentials (though they may see a window pop-up while the SAML federation occurs).
The AWS CLI via SAML requires an explicit AssumeRoleWithSAML call, while the AWS CLI with AWS SSO (including using another IdP to federate to it) will automatically manage credentials.
These docs may help:
- How can I use the AWS CLI to make AssumeRole calls and store temporary user credentials?
- Configuring the AWS CLI to use AWS Single Sign-On
Hope this helps.
Murali
0
Hello! For additional information regarding IAM roles with WorkSpaces, this link might be helpful https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html
Relevant content
- Accepted Answerasked 3 months ago
- asked 8 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 8 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 months ago
Hi Francisco - That's IAM Roles to manage WorkSpaces through the administrative interfaces, but not providing IAM Roles/credentials within the WorkSpace itself. I interpreted the question as needing credentials within the WorkSpace.