iOS app redirect blocked by valid query parameter

Are there certain scenarios where the in-app safari browser may block a redirect from occurring? I have two separate mobile applications named A and B. Application A redirects to application B after clicking on a specific menu option. Currently, i've been experiencing an issue on application B where the login page begins to hang after attempting to login with SSO. There are no network calls being reported referencing a redirect request, however, i can remove a specific query parameter and a redirection will occur, but ends up returning a 400 as that parameter is needed. I'd like to note, using direct login works for application B using the same query parameters and does not hang. SSO also works normally on Application A