Forum Discussion

Waqas sarwar's avatar
Waqas sarwar
Copper Contributor
Sep 08, 2017

SharePoint 2016 ADFS change the Trusted Identity provider name

I have configure ADFS for SharePoint 2016, it is working fine. But now i want to change the ADFS Trusted identity provider name I follow this:

$spt =Get-SPTrustedIdentityTokenIssuer$spt.name ="newname"$spt.update()

Now it change the name but break many things.

  • User getting access denied, to fix this looks like I have to migrate the users. I have to reconfigure the Object cache as well.
  • Custom claims provider not working properly. I am not sure how to fix it.

My question is, what is the best way to change the name of the TrustedIdenity?

No RepliesBe the first to reply

Resources