Set SSO login page as default login page of application

0
Hi, I have implemented SSO using OIDC module and so for this I have created a custom login page and in this page added SNIP_Login_Button(available OIDC modlue)  so on click button it opens SSO login page and we do login process. But now what I want instead of going Mendix custom login page and click on login button can I directly open SSO Login page? If it is possible , please suggest me how can I do this? Thanks  
asked
1 answers
0

Hi Arun,

You can do it for that you need to rename your Login.html file to LoginWithoutSSO and LoginwithSSO.html file to login.html and if you are using the customized login page you need to exclude that page from the module and mendixSSO module wants to be added in your application.

Hope this helps

answered