Hello,
I am testing enabling SSO on my Multi-Machine Set up, but am encountering the following error on my hosting server machine (see attached). We have set up Active Directory on IWA
So far I have configured the following:
I was following Use Integrated Windows Authentication With Your Portal
I can utilize SSO for Portal Log in & ArcGIS Pro login. Just not Server Manager / Admin both on machine and on local machine.
Any ideas why it is not recognizing my Enterprise Portal here on the Server login page?
When I push it back to Anonymous Authentication: Enabled / Windows Authentication: Disabled, I am greeted with a login that recognizes the Portal.
Solved! Go to Solution.
Joshua, you are right, the domain is domain\user, and what I meant to type was 'user@domain'. However, that was not the issue. My issue stemmed from improper privatePortalURL in my Portal & improper AdminURLs on my machines.
They were set to be https://dnsalias.domain:6443/arcgis, where they should have been set to FQDNs as 'https://machine.domain.local:6443/arcgis'. Making this adjustment corrected the SSO issues I was experiencing.
Domain logins to ArcGIS Server have to be "mydomain\user" format and not "user/mydomain" format. What documentation is saying to structure your login that way?
Joshua, you are right, the domain is domain\user, and what I meant to type was 'user@domain'. However, that was not the issue. My issue stemmed from improper privatePortalURL in my Portal & improper AdminURLs on my machines.
They were set to be https://dnsalias.domain:6443/arcgis, where they should have been set to FQDNs as 'https://machine.domain.local:6443/arcgis'. Making this adjustment corrected the SSO issues I was experiencing.