Issue:
After installing the ADFS role successfully on the server, was unable to logged in to the default login page of ADFS.
i.e
https://ADFS-url/adfs/ls/idpinitiatedsignon.html
was not accessible
Solution:
After searching on internet came to know that i have to enable the default page with the following power shell command.
So open PowerShell with run as administrator on the ADFS server and run the following command, resolved the issue.
Set-AdfsProperties
-EnableIdPInitiatedSignonPage
$true
No comments:
Post a Comment