While setting up ADFS in windows 2016, to test ADFS used the URL to test out and got below error
URL: https://<adfs.url.com>/adfs/ls/IdpInitiatedSignon.aspx
this says that this page is not enabled in windows 2016.
to enable this run below command in windows powershell
Set-AdfsProperties -EnableIdpInitiatedSignonPage $true
Regards,
Sudhanshu
URL: https://<adfs.url.com>/adfs/ls/IdpInitiatedSignon.aspx
to enable this run below command in windows powershell
Set-AdfsProperties -EnableIdpInitiatedSignonPage $true
Regards,
Sudhanshu
No comments:
Post a Comment