I have an application that allows a new user to sign up by sending an invitation link with included the id_token_hint.
Currently, B2C will redirect to the relying party application with the error message in the URL's query string when the token is expired.
Can I handle this error on the B2C sign-up custom policy and show the error there instead of modifying our application to handle this?