Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to change the authentication classic mode to Claim based authentication
sreenu kolusu
12y
2.5k
1
Reply
SharePoint 2010 Management shell is the useful tools.
Click start-> all programs -> SharePoint 2010 products -> SharePoint 2010 management shell. Then do as follow:
Input $app = Get-SPWebApplication "URL"
Input $app.UseClaimsAuthentication, then press Enter, you will see the "false"
Input $app.UseClaimsAuthentication = "True", to set the web application use Claims authentication
Input $app.Update(), save the changes to database.
OK, you can use forms based authentication mode.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
ErrorType-"HTTP Error 503. The service is unavailable."
Sharepoint 2010 Client object Model Using in Windows application