Using ADFS and a Custom Claim provider for Authentication and Authorization
This covers the ADFS membership provider we presented at TechEd Orlando and TechEd Europe. I wanted to post the code and Video, I will follow up with a more detailed walk through.
Below is the link to the AD Secure Store Code and Scripts
Comments
Anonymous
March 13, 2013
Hi Nathan I'm having an issue implementing the code you posted. I tried to deploy it but when I tried to build the package for the farm solution, I got an error: Error 3 The project file could not be loaded. Could not find a part of the path 'C:UsersatapiaDownloadsADSecureStoreClaimsProviderCommonLM.SP10.LoggingLM.SP10.Logging.csproj'. C:UsersatapiaDownloadsADSecureStoreClaimsProviderCommonLM.SP10.LoggingLM.SP10.Logging.csproj ClaimProvider I looked at the zip file and that Common folder and logging project did not exist. I can't see that reference anymore but when I try to build the package it prompts the error. Could you help me with this? Thanks AlbertoAnonymous
April 11, 2013
First off all thanks for this piece! I'm having the same issue described by Alberto in building solution package. Con you please help us? Thanks again MassimoAnonymous
April 11, 2013
OK, in order to build solution package you need to edit "ADClaimsProviderFeature.feature" file and remove dependency. Massimo