top of page
Writer's pictureRadhakrishnan Govindan

The Resource you are trying to access is not available error in Server 2016

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.


4

In Event Viewer,


2

In Adfs-properties, you can see that EnableIdPInitiatedSignonpage is disabled. Hence that you’re not able to login


3

To Resolve the issue,

Run the below PowerShell command,

Set-Adfsproperties -enableIdPInitiatedSignonPage $true


4

Once done, restart the ADFS Service


5

Now you can see that you’re getting sign in page.


6
3 views0 comments
bottom of page