If your organization utilizes Azure Active Directory for single sign-on (SSO) authentication to access the AWS console, logging in through the command line or using the AWS CLI isn't straightforward. This tool addresses that issue by enabling you to employ the standard Azure AD login process (including multi-factor authentication) from the command line. It establishes a federated AWS session and stores the temporary credentials in the correct location for the AWS CLI and SDKs to utilize.
You can install the app using the following commands:
brew tap gerdou/awsure
brew install awsureDownload the executable from the release page for your operating system.
If you have go installed, run:
go install github.com/gerdou/awsure@latestThis project is based on go-aws-azure-login.