Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In your Dualshield serverServer, you need to create a an SSO service provider Service Provider for AWS.

Navigate to "SSO | Service ProvideProviders", click then select the "Create+ CREATE" button on the toolbar:

Image AddedImage Removed

Fill Complete all fields as shown displayed above. The Metadata should be downloaded from the link below:
https://signin.aws.amazon.com/static/saml-metadata.xml

Now, click the "Edit" button next to the "Attributes..." field. You need to create a couple of attributes required by AWS.

The following 2 attributes are essential.

The Select the "CREATE METADATA" button, when a window will appear, where the copied Metadata can be pasted in. Click "SAVE" to accept.

Next, click the 2nd tab named "Attributes".
Click the "+ CREATE" button to add the first of 2 new attributes, as required by AWS.
Use the screenshots below to see how these need to be created:

Attribute 1:
The Name value of the first attribute is, https://aws.amazon.com/SAML/Attributes/RoleSessionName

Image Added
Image Removed

Attribute 2:
The Name value of the second attribute is, https://aws.amazon.com/SAML/Attributes/Role

Image AddedImage Removed

In the script Script edit box, enter the text below:
"arn:aws:iam::226196376180:saml-provider/DualShield,arn:aws:iam::226196376180:role/"+AWSRole

The first part, "arn:aws:iam::226196376180:saml-provider/DualShield" is the ARN of the Identity Provider created in AWS. See below:



The second part, "arn:aws:iam::226196376180:role/"+AWSRole is the ARN of the role of the user. AWSRole is a user's identity attribute mapped to an AD attribute that define the user's role in AWS.



Finally, click Save to save it"SAVE" to complete creation of this Service Provider.