Create a SAML 2.0 application
Before you launch the stacks, create the AWS IAM Identity Center SAML 2.0 application. You need its metadata URL to complete Step 3 of Launch the stacks (deploying the Data stack), so finish this task first.
In this step, you federate your Identity Provider (IdP) to IAM Identity Center through SAML 2.0, and use IAM Identity Center to manage user access to the solution.
Note
Log in to the account where IAM Identity Center is enabled (usually the Org Management account). Make sure that you are in the correct home Region.
-
Log in to the AWS IAM Identity Center console (console link
). -
From the left pane, under Application assignments, choose Applications.
-
On the Applications page, on the Customer managed tab, choose Add application.
-
On the Select application type page, under Setup preference, choose I have an application I want to set up.
-
Under Application type, choose SAML 2.0, and choose Next.
-
On the Configure application page, under the Configure application section, do the following:
-
Enter a Display name for the application, such as MyISBApp.
-
Enter a description.
-
-
Under Application metadata, choose Manually type your metadata values, and provide temporary placeholder values for Application ACS URL and Application SAML audience. You will replace these with the real values after the Data stack is deployed.
-
Application ACS URL – Enter a temporary placeholder URL, such as
https://placeholder.example.com/saml2/idpresponse. You will replace this with theCognitoAcsUrloutput from the Data stack in Update the SAML application configuration. -
Application SAML audience – Enter a temporary placeholder value, such as
urn:amazon:cognito:sp:placeholder. You will replace this with theCognitoAudienceoutput from the Data stack in Update the SAML application configuration.
-
-
Choose Submit. The Application details page displays.
-
Copy the IAM Identity Center SAML metadata URL from the application details page — you supply this as the
SamlMetadataUrlparameter when you deploy the Data stack.
Note
After all stacks are deployed, you complete the remaining IAM Identity Center configuration — including mapping application attributes, assigning groups and users, and replacing the placeholder ACS URL and audience with the Data stack outputs. For more information, see Post-deployment configuration tasks.