Authenticate without login user

Posted by Community Admin on 03-Aug-2018 09:35

Authenticate without login user

All Replies

Posted by Community Admin on 13-Dec-2016 00:00

Hi,

I have a .net web application that contain all my business logic but my blogs and other static  pages are in sitefinity my authentication is in my web application but i want to authenticate them in sitefinity so they can comment etc. on   blogs and news without login in. Is their a way to do this?

Posted by Community Admin on 18-Dec-2016 00:00

If I understand, you want people to log onto your Sitefinity site using the creditionals from your web application.

You can create a Custom User Provider and add that to your Sitefinity site. That will authenticate them. Though I think that will require them to Authenticate on each site.

docs.sitefinity.com/tutorial-create-a-custom-membership-provider

 

If you want a Single Sign On effect where they can log on once at either site then you need to implement the Sitefinity STS site.

docs.sitefinity.com/administration-set-up-external-sts

This thread is closed