auth0 / auth0-sharepoint

Auth0 SharePoint support
https://auth0.com/docs/integrations/sharepoint
MIT License
9 stars 6 forks source link

Separate the Claims Provider in 2 different solutions #1

Open sandrinodimattia opened 9 years ago

sandrinodimattia commented 9 years ago

Currently the Claims Provider is packaged in a single SharePoint solution with:

Now because we have a Web feature in this solution this solution will only be deployed on servers which are running the Microsoft SharePoint Foundation Web Application service. On other servers (your application servers) this solution will not be deployed, which means the assembly will also not be in the Gac.

This could cause some issues with services that depend on the Claims Provider to resolve the user's identity (eg: Search).

This is why it might be better to have 2 solutions: one with the Farm features and one with the Web features.