0

We are planning to change the authentication provider from claims-based authentication to classic windows mode. I am planning to do this by preserving the content databases and re-create the web-app with the new authentication. Can anyone tell me how to migrate the users to the new authentication i.e. relinking them with the previous identities on security groups and/or their documents? Any suggestion to do this in a better way would be great as well.

1
  • how did you get this fixed?? i need the answer badly! Commented Apr 20, 2012 at 8:03

1 Answer 1

1

There is a command in PowerShell under a SPWeb object called MigrateUsers. But tbh im not sure if it works the other way, setting it true converts users from classic to claims. One should think setting to false would do the opposite. But I haven't tested it.

Using the Move-SPUser command with a powershell script should do the trick.

Something like this

3
  • I know that the migrateUsers command doesnt work the other way. Thanks for the link, I might be able to extract something out of it and make it work. Commented Mar 16, 2012 at 3:15
  • 1
    Here is a link to a script that go from claims to classic: sharepointegg.blogspot.com/2011/01/… Commented Mar 16, 2012 at 7:07
  • Yoohoo! This guy is a rockstar! And so are you! Thanks you! Commented Mar 16, 2012 at 17:07

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.