Share via

We have a requirement to pass same entity from two different SAML profiles for Concur app.

Perkit, Naveen 65 Reputation points
2025-04-08T20:04:17.8666667+00:00

We see this from MS documentation Microsoft Entra SSO integration with AWS Single-Account Access - Microsoft Entra ID | Microsoft Learn

 

You can configure multiple identifiers for multiple instances. For example:

With these values, Microsoft Entra ID removes the value of #, and sends the correct value https://signin.aws.amazon.com/saml as the audience URL in the SAML token.

 

But I still see # value getting passed in the saml response. Can you please assist?

 

<AudienceRestriction> <Audience>https://us.api.concursolutions.com/saml2#1</Audience> </AudienceRestriction>

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

Answer accepted by question author

  1. Anonymous
    2025-04-10T17:49:39.7733333+00:00

    Hi @Perkit, Naveen,

    Based on your query, here is my understanding: you would like to have multiple instances for single application with same audience value for all the applications.

    Microsoft Entra supports multiple instances for a single application. You can use the same identity (issuer URI) value for the application when you configure the application with IDP initiated SSO. If you configure all the application with IDP initiated flow, you can override the audience claim value for your applications.

    Here is the Microsoft document which confirms the same: Configure app multi-instancing.

    Here is the screenshot to find out the Audience override setting for your application:

    User's image

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly "upvote it". If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.