Mendix Login

0
Hello, I'd like to implement the following functionality: Upon accessing the default page, users are presented with a page with two buttons. When users click Button A, they are redirected to the Mendix login page. After successful authentication, users are redirected to the next page. When users click Button B, they are redirected to a different login page. Could you please guide me on how to accomplish this in Mendix?
asked
2 answers
0

I think you have to enable Anonymous access and use role-based home pages. The default page for anonymous users is the login page with the 2 login buttons. After authentication, the user will be assigned a role and directed to the designated home page.

answered
0

Hey Sangitkumar,

You can use modules like SAML or OIDC to have different login related with your identity authenticator.

Take a look at this doc: OIDC SSO | Mendix Documentation

This documention teaches you how to config the OIDC and how to have multiple buttons with different logins.

image.png

 

If this answer helped you, mark as accept :)

 

Best Regards,

Ricardo Pereira

answered