Update the SAML application configuration
After deploying the Data stack, update the SAML 2.0 application you created earlier with the actual ACS URL and audience values from the Data stack outputs.
-
Sign in to the AWS CloudFormation console
in the Hub account. -
Choose the Data stack, and then choose the Outputs tab.
-
Note the values for
CognitoAcsUrlandCognitoAudience. -
Sign in to the AWS IAM Identity Center console
in the account where IAM Identity Center is configured. -
From the left pane, under Application assignments, choose Applications.
-
On the Applications page, on the Customer managed tab, choose the SAML application you created in Create a SAML 2.0 application.
-
Choose Actions, then choose Edit configuration.
-
Under Application metadata, update the following fields:
Field Value Application ACS URL
The
CognitoAcsUrlvalue from the Data stack outputs (for example,https://<namespace>-isb.auth.<region>.amazoncognito.com/saml2/idpresponse)Application SAML audience
The
CognitoAudiencevalue from the Data stack outputs (for example,urn:amazon:cognito:sp:<user-pool-id>) -
Choose Submit to save the updated configuration.
Important
If these values do not match the Data stack outputs, users will receive a SAML assertion audience mismatch error when attempting to sign in to the web application.