Automate Enterprise with Active Directory

479
3
02-01-2024 02:50 PM
chill_gis_dude
New Contributor III
Hey all,
I am curious if anyone can speak on the subject of automating users in their enterprise deployment with active directory? I am the sole admin & publisher for my company's enterprise deployment, all of ours users are added manually by me as viewers, with the occasional mobile worker/data editor. I'd like my enterprise user list to basically sync with our company's windows active directory. Our IT has added a field in AD for what groups people can access in portal so the end goal is have AD drive what groups people can access in enterprise. I am familiar with python so that is a possibility. Right now I add people manually by clicking "add members based on existing enterprise users" shown in the image below. Thanks for any input!
0 Kudos
3 Replies
AbeCoughlin
Occasional Contributor III

First, Active Directory or the full SAML piece? It sounds like the full SAML piece if you're talking about Windows groups.> Settings > Logins you have to set up the SAML configuration.

 

AbeCoughlin_0-1706828638449.png

 

AbeCoughlin_1-1706828867951.png

 

Then, in the Group, you have to enter the group identifier that you've chosen to use in AD (name, GUID, etc).

AbeCoughlin_3-1706828982861.png

 

And of course, the Windows pieces have to be setup in AD first.

 

We've done straight AD without SAML before, we're on SAML for logins now and we're about to implement SAML for groups (tests are successful).

 

Abe.

 

 

chill_gis_dude
New Contributor III

Thanks Abe! Looks pretty efficient, I'll have to look into this. I'm not familiar with our AD setup so I'm going to reach out to our IT to see if we have SAML.

0 Kudos
Brian_Wilson
Occasional Contributor III

We have it set so that people get added to Enterprise the first time they login with Active Directory. We have 2 "admin" accounts that are in Enterprise, everyone else is normally a "Viewer" and if we need them to have more rights then we have them add themselves and then we bump up the account to whatever level they need. Works fine.

0 Kudos