AWS Identity Centre with Azure AD. IAM identity centre is enabled for US N.Virginia, how to get the correct metadata if resources and users are in a different region?

0

I want to integrate Azure AD with my AWS organization account. But the IAM Identity Centre of the account is enabled for N. Virginia Region. All my member aws accounts under that particular organization have resources and users with the roles and policies in Singapore region. Azure AD requires metadata from the organization account. Even though the metadata primarily contains configuration information (IdP's entity ID, SSO service URL, certificate info etc.), my primary concern is how to retrieve the right metadata where there aren't any loss of data for this multi-region specific configuration.

1 Answer
1

Azure Active Directory (Azure AD) integration with AWS can be done regardless of the regions where your AWS resources and users are located. AWS's IAM Identity Provider (IdP) and its SAML metadata are not region-specific. The IAM service, and thus IAM roles and Identity Providers, are global, and not tied to a specific region

you can check from this link

https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/global-services.html

Azure AD side: Create a new non-gallery application in Azure AD, you may name it AWS SSO. In the AWS SSO app, go to Single sign-on and select SAML. You will see a section called SAML Signing Certificate. Download the Federation Metadata XML from there.

AWS IAM side: In the IAM console, go to Identity Providers, and choose Create Provider. For Provider Type, choose SAML. For Provider Name, you might choose AzureAD. For Metadata Document, upload the Federation Metadata XML you downloaded from Azure AD.

Map AWS Roles to Azure AD users or groups: In the Azure AD console, under the AWS SSO app, go to Users and groups and add the users or groups that you want to have access to AWS console. Then, in the Single sign-on section, under User Attributes & Claims, you can map Azure AD user attributes to AWS roles.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions