Below is the error when you trying to open IdpinitiatedSignon page, You will get the error that the Resource you are trying to access is not available.
In Event Viewer,
In Adfs-properties, you can see that EnableIdPInitiatedSignonpage is disabled. Hence that you’re not able to login
To Resolve the issue,
Run the below PowerShell command,
Set-Adfsproperties -enableIdPInitiatedSignonPage $true
Once done, restart the ADFS Service
Now you can see that you’re getting sign in page.
Thank you for documenting this. I spent 4 hours troubleshooting this on Server 2016 trying to figure it out. Your solution worked 100% perfect.
Lyle Epstein
Really I got frustrated with this error…. Your article was a great help.
Thanks