Hi @Ity · In addition to what PramodValavala-MSFT shared, Azure AD checks the reply url mentioned in the authentication request and validates that against the Reply URLs (Redirect URIs) registered in the app. If it matches with one of the Reply URLs registered in the app, it posts the token to that URL. Otherwise, it fails with reply url mismatch error. In a given authentication request there can be only one reply url at a time and token is not posted to every registered Reply URLs in response to an authentication request.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.