How to conditionally change a text message on the same login page after OIDC login failure

0
Hi everyone,I'm currently working on implementing OIDC single sign-on in my Mendix application. In our current setup, the custom login page (/p/customlogin) displays the following message when the user is logged out or has not logged in yet: "You have been logged out. To log in again using OIDC SSO, please click the button below." However, if an OIDC login attempt fails, I would like the same page (/p/customlogin) to be loaded, but with a different message displayed, such as: "Login failed. Please try again."
asked
0 answers