SAML - SSO Taking Default Home Page Instead of Role-based Home Page.

0
Hi All,   I am trying to setup SSO using SAML in my app.   But in my app navigation the default homepage is set to login page. So, after successful SSO authentication, the app is taking default home page and I am again redirecting to login page only. I am not sure why it is not taking role-based home page after SSO authentication. I ensured that a role is assigned to a user but even though it is taking default home page and I am ending up on login screen again.   Anyone could you please help me what could be the issue?  
asked
1 answers
0

try checking the user role of the logged-in user. make sure its not anonymous and make the login page only accessible to anonymous role

answered