is there any option to get SAML response for multipl reply URL not only for Default one

Anonymous
2022-02-15T08:04:28.783+00:00

After getting authentication using Entity ID for an app, instead of getting SAML response for single Redirect URI/reply URL is there any option to get SAML responses for multiple reply URL not only for the default one . the images attached here is for a demo app here i need to configure SAML responses to all reply URL not only the default one.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2022-02-15T09:07:48.673+00:00

    Hi anonymous user • Thank you for reaching out.

    The Reply URL or Assertion Consumer Service URL is the URL where the token is posted after successful authentication. You can set multiple reply URLs in a given enterprise application but the token can only be posted to one of the Reply URLs configured in the application, depending on which Reply URL or Assertion Consumer Service URL is included in the authentication request.

    174432-image.png

    Above is a sample SAML Request where AssertionConsumerServiceURL is https://www.example.com/saml which means, after successful authentication, the token will be posted to https://www.example.com/saml even though there are other reply URLs configured in the application such as https://www.example.com/saml1 https://www.example.com/saml2 but the token will only be posted to the one included in the SAML request which is also present in the enterprise application's Reply URLs list.

    To update which reply URL should be included in the SAML request, the application code or app configuration via admin console (if supported) needs to be updated.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

Your answer

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