Enabling or Disabling Claims Based Authentication

Author: Luis Kerr

Related Links

Related Links:

- Learning About Claims-Based Authentication in SharePoint 2010
- Claims-based authentication "Cheat Sheet" Part 1
- Claims-based authentication "Cheat Sheet" Part 2

Popular SharePoint Books



6 Responses

  1. Chester says:

    Thanks!

    Reply
  2. Jack says:

    I thought you could not convert from claims to classic mode?

    If you do that then assign to a new object like this:
    $checkcba = get-spwebapplication “http://yoursiteurl”
    $checkcba.UseClaimsAuthentication
    I think it still returns 1

    Reply
  3. Marco says:

    Hi,

    I had a complete site running claims until someone tried to switch it to classic.
    I have trouble getting the site back up. The site works, but some services are damaged beyond repair.

    I cannot get the managed metadata working again .. .

    Any tips?

    Reply
  4. Robert says:

    Hi,

    i’m experiencing errors after migrating to claims-based authentication. i get error event id 1309. cannot find user.

    any ideas?

    Reply
  5. schwartzberg says:

    thanks for the short and efficient recipe

    Reply
  6. mohsen says:

    I have a web app running on claims based authentication and tried to convert it to classic mode.
    But after running these commands no user could log in.
    check here:
    http://sharepointegg.blogspot.ru/2011/01/reverting-claim-based-authentication-to.html

    Reply

Leave a Reply