AWS IAM Identity Center S3 - SAML Relying Party Configuration - RSA Ready Implementation Guide
2 years ago

This article describes how to integrate RSA with AWS IAM Identity Center S3 using SAML Relying Party.

Configure RSA Cloud Authentication Service

Perform these steps to configure RSA Cloud Authentication Service as Relying Party to AWS IAM Identity Center S3.
Procedure
  1. Sign in to the RSA Cloud Administration Console.
  2. Navigate to the Authentication Clients menu, and from the dropdown, select Relying Parties.image.png
  3. In the Relying Party Catalog, select Add a Relying Party and click Add for Service Provider SAML.image.png
  4. On the Basic Information page, enter a name for the application in the Name field and click Next Step.image.png
  5. In the Authentication tab, select SecurID manages all authentication.
  6. Select the Primary Authentication Method and Access Policy for Additional Authentication as required and click Next Step.image.png
  7. To provide Service Provider details, select Import Metadata, click the Choose File button, and select the file downloaded from the Service Provider.image.png
Refer to the AWS IAM Identity Center S3 Configuration steps to get metadata file.
  1. Assertion Consumer Service (ACS) URL and Service Provider Entity ID values will be auto filled.image.png
  2. In the SAML Response Protection section, select IdP signs assertion within response, and download the certificate by clicking Download Certificate.image.png
  3. Under the User Identity section, select Show Advanced Configuration, then configure Identifier Type and Property as follows: 
    1. Identifier Type: Auto Detect 
    2. Property: Auto Detect
image.png
  1. Under the Attributes Extension section, add the following attributes:
    1. First Attribute: 
      1. Attribute Name: https://aws.amazon.com/SAML/Attributes/RoleSessionName
      2. Attribute SourceIdentity Source
      3. Property: mail
    2. Second Attribute:
      1. Attribute Namehttps://aws.amazon.com/SAML/Attributes/Role
      2. Attribute SourceConstant
      3. Property: AWS role arn value,AWS saml-provider arn value
For example: arn:aws:iam::<aws_id>:role/aws_s3,arn:aws:iam::< aws_id >:saml-provider/aws_s3
image.png
Refer to the AWS IAM Identity Center S3 Configuration section to obtain AWS role arn value and AWS saml-provider arn value.
  1. Click Save and Finish.
  2. On the My Relying Parties page, click Edit dropdown and select Metadata option to download the metadata.image.png
  3. Click Publish Changes to save your settings. After publishing, your application will be enabled for SSO.image.pngimage.png

Configure AWS IAM Identity Center S3

Perform these steps to configure AWS IAM Identity Center S3.
Procedure
  1. Access the AWS Mangement Console by logging in to your AWS account with admin credentials.
  2. Go to Security, Identity, & Compliance under Service > IAM Identity Center.image.png
  3. Click Go to Settings on the right.image.png
  4. Under Identity Source tab, select Change Identity Source from the Action dropdown menu.image.png
  5. Select External identity provider, then click Next.image.png
  6. Configure the external identity provider and click Next:
  • Service provider metadata: Click Download metadata file to download the SP metadata.image.png
  • IdP SAML Metadata: Click Choose file and upload the metadata downloaded from the RSA platform.
image.png
  1. Review the list of changes. Once you ready to proceed, type ACCEPT and click Change identity source.image.png
  2. Go to Settings and copy the Provider ARN for the IdP configuration.image.png
  3. To configure S3 access, navigate to AWS IAM.image.png
  4. To create roles, navigate to Access Management > Roles.image.png
  5. Click Create role.
image.png
  1. Select the Trusted entity type as SAML 2.0 federation.image.png
  2. Provide the following details and click Next.
  • SAML 2.0-based Provider: Select the provider you configured in the Identity Providers section.
  • Attribute: Select the attribute as SAML:aud from the dropdown menu.
  • Value: Enter the assertion URL from the service provider metadata downloaded from the IAM Identity Center.
image.png
  1. Provide the desired permissions as required and click Next.image.png
  2. Provide a name for the role and click Create Role.image.png
  3. Click on the role you configured.image.png
  4. Copy the role ARN value for the IdP configuration.image.png
  5. Combine the Role ARN value and Provider ARN value, separated by a comma, to use as the Property value in the RSA platform.
The configuration is complete.
Return to AWS IAM Identity Center S3 - RSA Ready Implementation Guide