ArcGIS Portal and Active Directory

635
0
05-25-2018 04:05 PM
GarrettMcBride
New Contributor III

So i have configured Portal with Active Directory using the link/code below:

Use Integrated Windows Authentication with your portal—Portal for ArcGIS (10.6) | ArcGIS Enterprise 

{   "type": "WINDOWS",   "properties": {     "userPassword": "secret",     "isPasswordEncrypted": "false",     "user": "mydomain\\winaccount",     "userFullnameAttribute": "cn",     "userEmailAttribute": "mail",     "caseSensitive": "false"   } }

This works for me with a small catch.  When update "mydomain\\winaccount" i would really like it to be like my "full" AD user account.  It will not let me save here "mydomain.com\\username" only "mydomain\\username".  Our accounts are recognized but the FQDN is username@domain.com.  Everytime someone gets to log into portal it screws them up because they are so use to always using ".com".  My hope is that i can actually register the full userid and thus portal will recognize the account and not require a login.  Is this possible?  Any help would be greatly appreciated.

Kade

0 Kudos
0 Replies