Hi, I have 2 aplication on my proyect, the Umbraco and a custom proyect, i want to know if is posible to login on my custom proyect and auto login on Umbraco to add content or edit something of the CMS
i want to know if is posible to Single Sign On (SSO) between my custom proyect and the Umbraco CMS, for example on my custom proyect an admin user log in and want to edit some Umbraco content and go to the Umbraco admin and shouldnt be asking to log in again.
I've never actually done that, but the following resource may be a good place to start. It walks you through a basic SSO set up with Umbraco MVC and a Web Forms application.
Share Umbraco Session with an other aplication
Hi, I have 2 aplication on my proyect, the Umbraco and a custom proyect, i want to know if is posible to login on my custom proyect and auto login on Umbraco to add content or edit something of the CMS
I don't think I understand the question?
Are you asking if you can log in to the custom application, and make changes to content inside of Umbraco from there?
Are you trying to update content items, members, etc from this separate application?
i want to know if is posible to Single Sign On (SSO) between my custom proyect and the Umbraco CMS, for example on my custom proyect an admin user log in and want to edit some Umbraco content and go to the Umbraco admin and shouldnt be asking to log in again.
thanks for your time !
I've never actually done that, but the following resource may be a good place to start. It walks you through a basic SSO set up with Umbraco MVC and a Web Forms application.
I may try this with Umbraco MVC and an MVC5 application and see if I can get it to work. I'll let you know if I succeed.
is working on a reply...