Azure AD에서 SAML 인증 및 AWSCLI를 실행하는 방법
개요
설치 방법
$ npm install -g aws-azure-login
초기 설정 절차
$ aws-azure-login --configure --profile <profile_name>
Configuring profile '<profile_name>'
? Azure Tenant ID:
Azure Tenant ID
란 무엇입니까? <Attribute Name="http://schemas.microsoft.com/identity/claims/tenantid"><AttributeValue>xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx</AttributeValue>
? Azure App ID URI:
Azure App ID URI
를 듣게 됩니다. Azure 측의 무엇인가의 URL일까라고 생각했습니다만, MS가 제공하는 문서 에 의하면, https://signin.aws.amazon.com/saml
를 설정하는 것이라고 써 있습니다. 왜 AWS 로그인 URL이었습니다. 그래서 ↑ URL을 입력합니다. ? Default Username:
? Default Role ARN (if multiple):
arn:aws:sts::<account_id>:assumed-role/<role_name>
? Default Session Duration Hours (up to 12): (1)
로그인 절차
$ aws-azure-login --profile <profile_name>
AWSCLI 실행
$ aws s3 ls --profile <profile_name>
참고 자료
Reference
이 문제에 관하여(Azure AD에서 SAML 인증 및 AWSCLI를 실행하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/m22r/items/97bdedea4f0f157d69f0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)