We are trying to implement a new functional behavior,
If User is not Authenticated via SSO Authentication provider then provide Error message and Return on Application LoginPage and display appropriate error message.
Question: Is the Azure AD has the provision to add a redirect url for On error case such (Invalid login or Invalid password).
Currently what we are seeing is when user clicks on login via SSO link on Application page it will redirect to Azure SSO Authentication provider page and for successful authentication able to land(redirect) into application page.
But if when user clicks on login via SSO link on Application page it will redirect to Azure SSO Authentication provider page and user provides invalid credentials/Challenge user details the error is on the Azure AD page.
Do we have any possible way to redirect from Azure SSO Authentication provider page to Application page for unsuccessful authentication.