AssumeRoleWithSAML

abstract business code coder

How to make AssumeRolewithSAML calls with AWS CLI

Reading Time: 3 minutes Many organizations uses SAML based authentication to authenticate their users to access AWS and other services. SAML(Security Assertion Markup Language) is a standard for logging users into applications based on their sessions in another context. You can read about How SAML authentication works from here. In this blog, we will check how we can use AssumeRoleWithSAML to get temporary security credentials to sign calls to Continue Reading