Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Well I am definately connected to the correct SQL Server. Server A is shutdown and Server B works fine as long as I login using Windows Auth. I realize I am in uncharted waters and unsupported territory. That was one of the reasons for this project. To see if it could be done. I have been able to make all aspects of the server function with the exception of the Claims-based auth (trying to go to Server A). I'm sure there is a way, I just haven't found it yet. Commented Oct 1, 2019 at 18:27
  • It's not supported. You should start with a new farm. See docs.microsoft.com/en-us/sharepoint/install/… Commented Oct 1, 2019 at 18:40
  • Solution is: $ti = Get-SPTrustedIdentityTokenIssuer ; $ti.ProviderUri = ‘ADFS FQDN/adfs/ls‘ ; $ti.update() Commented Oct 2, 2019 at 12:50