Hi all,
I'm having trouble configuring windows users with the portal for arcgis.
I´m using the JSON below, from documentation:
{ "type": "WINDOWS", "properties": { "userPassword": "xyz", "isPasswordEncrypted": "false", "user": "xyz\\xyz", "userFullnameAttribute": "cn", "userEmailAttribute": "mail", "caseSensitive": "false" } }All user from my AD appear in list correctly. I can setup the role and user type for them.
The connection work properly, but in portal, in the last window, the user can´t add. A red message appear in top of portal.
the following member cannot be added: user @ DOMAIN.
Why this happens?
Thank´s