Page level SSO authentication not working

Amit Srivastava asked on April 4, 2023 17:39

I have a project in Kentico v12.0.88 MVC and I am using different URL’s for admin and public site. I have configured SSO authentication in Setting >> Security & Membership >> Authentication >> Claims-based authentication and added roles into page level to authenticate the page using Security tab authentication to redirect to SSO but the page is not redirecting for SSO authentication, It’s just showing the page without authentication.

Could you please share the possible ways to fix the issue.

Recent Answers


Juraj Ondrus answered on April 5, 2023 05:19

The Claims-based authentication is mainly for portal engine development model and when using MVC, it applies to the admin app only. Keep in mind that the front end is served by a different app - the MVC app which is under your control. This means, you need to integrate the SSO to your MVC app on your own. See the documentation for MVC development model.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.