Using anonymous user in portal-tier LDAP authentication

672
1
Jump to solution
03-15-2021 11:42 AM
aricraimundo
New Contributor II

I would like to know if I can use an anonymous user in the Portal's REST API updateIdentityStore resource when used with LDAP. Can I leave a blank password in this case or this is not available?

https://developers.arcgis.com/rest/enterprise-administration/portal/update-identity-store.htm

 

0 Kudos
1 Solution

Accepted Solutions
VickyWang
Esri Contributor

Not sure if you could leave the password blank?

Although the JSON format that you specified username / password with "isPasswordEncrypted": "false" option. Once you save and update the updatedIdentityStore, the password will be encrypted (won't be the clear text). 

hope this info help

~Vicky Wang~

View solution in original post

1 Reply
VickyWang
Esri Contributor

Not sure if you could leave the password blank?

Although the JSON format that you specified username / password with "isPasswordEncrypted": "false" option. Once you save and update the updatedIdentityStore, the password will be encrypted (won't be the clear text). 

hope this info help

~Vicky Wang~