How to create an authentication ticket from asp.net for sharepoint 2010?

I have an asp.net and sharepoint 2010 web application running on two different subdomains of the same primary domain. for example, the asp.net site domain is aspnet.company.com and the sharepoint domain name is sp.company.com.

I have an asp.net login page where I want to issue an authentication ticket for the sp web application so that the user does not have to log in again when switching from one to the other.

I tried to do this using the same <machinekey /> element, I specified name = "company.com" in the <forms /> element.

Still out of luck. Although I know that this is possible for sp2007.

I think this does not work, because now sp2010 uses statements.

Can anyone tell how this can be done?

Thank.

Tengiz

+3
source share
1 answer

I was able to solve this problem.

Read my answers and explanations in another forum (because this was the first place I answered):
Exchange authentication cookies between Share Point 2010 and ASP.NET 4.

Hooray!
Tengiz

0
source

Source: https://habr.com/ru/post/1794101/


All Articles