TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sreenu kolusu
NA
38
181k
How to change the authentication classic mode to Claim based authentication
Aug 9 2012 2:39 PM
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.
Reply
Answers (
1
)
ErrorType-"HTTP Error 503. The service is unavailable."
Sharepoint 2010 Client object Model Using in Windows application