The tag has no wiki summary.

learn more… | top users | synonyms

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
1answer
142 views

Security Token Service - which account and permissions should be?

I would like to ask you about Security Token Service, in SharePoint Foundation. Default this service works on user who installed SP but I would like to change this account. Which permissions I have to ...
0
votes
1answer
75 views

Claim Types in Sharepoint 2010

I am currently working on SAML2.0 to SAML1.0 conversion.How can i define my own Claim Type. Currently there are few claim types which can be passed and understood by sharepoint ...
1
vote
0answers
50 views

SAML authentication not working properly for the roles

I am facing an issue regarding the authentication in SP 2010. The scenario is below: WindowsTokenLifetime, FormsTokenLifetime and ServiceTokenLifetime are set to 365 days. Login with the user on ...
0
votes
0answers
27 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
0answers
46 views

Can a user authenticated via claims be mapped to that user's Active Directory Account?

I would like to provide a user that logs in through claims the same experience as if he or she logged in via his or her AD account. Have the same permissions, be a member of the same audiences, have ...
0
votes
0answers
34 views

Working with external authentication providers

My application currently uses ADFS authentication.The application is used by external partners(WXY,XYZ,ABC,LMN).Now i am planning to make the application SS0.For this i am going to use STS.Also SAML ...