Tagged Questions
1
vote
1answer
200 views
Error: Access Denied in Claims Authentication, Custom Login Form
I created a web application Claims Authentication. I want create a custom login form.
I use this link for create it. But when login it , I get error: Access Denied
0
votes
1answer
840 views
Forms Based Authentication Users in the SharePoint 2010 People Picker Not Working
I Created custom login page .
I use this code for login
if (Membership.ValidateUser(Username.Text, Password.Text))
{
SecurityToken tk = SPSecurityContext.SecurityTokenForFormsAuthentication(
...
1
vote
2answers
2k views
How do find web config file of Claims Based authentication?
I want Configuring claims and forms based authentication for use with an LDAP provider in SharePoint 2010.
I change webcomfig file of :
1.Adjust the web.config of the Central Administration site
...
0
votes
3answers
916 views
What set for ASP.NET Membership provider name in forms based authentication?
I want created a custom login page . I set Claims Based Authentication my site .
When i Enable Forms Based Authentication (FBA) , what value set for :
ASP.NET Membership provider name
ASP.NET Role ...
0
votes
1answer
120 views
Can't add Claims Web Part
I have successfully managed to make sharepoint web application claims-aware and connect it to my custom STS. Then I wanted to view claims user has after logging in. I got Claims Web Part from Claims ...