Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

SNOW integration with Active Directory for Authentication- Help Needed

Rahul Priyadars
Tera Sage

Hi All,

We need to achieve below 2 use cases. (SNOW - JAKARTA PATCH 4)

(1) populate USER table for SNOW with Active Directory (AD) people data.

(2) Authenticate users of SNOW using Active Directory User ID and Password.

First we achieved with the help of a Mid Server . We are able to pull people data from AD and pushed to SNOW User table . This is working fine. (using LDAP on 389 with Mid Server).

Now I am working on authentication of users using Active Directory Credentials. - I read that mid server do not support AD authentication. So please suggest how to achieve?

In my thought

(1) Do we have to configure a LDAPS (with certificate) server on SNOW and open port 689 on firewall?

(2) Expose/ Create new AD server in DMZ and use that for authentication?

(3) Or i am missing any trick here? Also tried making source=ldap in user table and tested with some profile but AD authentication not worked.

Regards

RP

11 REPLIES 11

Thanks Surendra .



You mean -(1) Do we have to configure a LDAPS (with certificate) server on SNOW and open port 689 on firewall?



Regards


RP


Yes . I would try that option only to start with


snow_dev
Tera Expert

Hi RP,



Users should be imported from LDAP to ServiceNow. While importing users from LDAP to sys_user table, make sure to import "password" attribute along with other attributes. This will ensure that users will use their AD password for login at ServiceNow.



Now, if you want to go one step further then you can also implement ADFS integration with ServiceNow after importing LDAP users to sys_user table.


ADFS integration will redirect users to ServiceNow based on SSO and they don't have to enter their credentials after they login to their PC using AD credentials.