3
votes

I have a custom web application that authenticates against Active Directory. I need to provide single sign on from my application TO SharePoint.

There are plenty of resources describing how to authenticate from sharepoint to a custom application, but I have not found any describing authentication from an external system to sharepoint where both applications authenticate against the same domain.

Use case
1. User logs into my application via form
2. User clicks link to sharepoint
3. New window opens and user is logged into sharepoint

What options do I have? I have read about Secure Store Services (SSS), but it appears that this is for authenticating a user between 2 separate user bases. Both my application and sharepoint will be using Active Directory for authentication.

1

1 Answers