Tagged Questions
0
votes
0answers
26 views
Sharepoint 2010 login layout page gives Access denied error
SharePoint is showing strange behavior that when I use my Custom login page which is using the credentials entered to get authenticated by my Custom Security Token service (Trusted Identity provider) ...
0
votes
1answer
180 views
Security token service and custom claims provider - strange error
I have a custom claims provider, which uses some services from another assembly. This service assembly basically uses Linq-to-SQL context to read data from database which then custom claims provider ...
0
votes
2answers
532 views
How to Client Side connect to Sharepoint 2010 with claim based auth
I had to create an application which connects to Sharepoint. The interested Sharepoint Application is set to work ONLY with claim based Authentication, so I cannot use the classic:
NetworkCredential ...