Hello @Deepthi ,
Sorry for delayed response.
For proper ReplyURL honoring in an SP-initiated flow, AssertionConsumerServiceUrl parameter needs to be present in AuthnRequest which is generated by application or else any Reply Address configured in Azure AD can be selected for user redirection.
You can verify this by collecting SAML-tracer and look at AssertionConsumerServiceURL
parameter from "AuthnRequest" to see if application insist AzureAD to specific redirect URL in SP initiated flow?
For an example If AssertionConsumerServiceURL="https://learn.microsoft.com/en-us"
set by application in AuthnRequest and you have multiple redirectURL configured in AzureAD then this case AzureAD always redirect users to specifc URL provided in AuthnRequest. Hope this helps.
Reference: https://learn.microsoft.com/azure/active-directory/develop/single-sign-on-saml-protocol
------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.