Learn ServiceNow LDAP integration (Step by step demonstration) | Learn ServiceNow SSO Integration

preview_player
Показать описание
ServiceNow LDAP integration
Servicenow LDAP Integration allows your ServiceNow instance to use your existing LDAP server as the master source of user data.LDAP integration is also part of a single sign-on implementation. LDAP is a client/server protocol used over an IP network to manage and access the distributed directory information service.
This video demonstrates ServiceNow LDAP integration in detail and will brief steps to do LDAP ServiceNow integration.
This ServiceNow Integration Tutorial will provide a brief understanding of ServiceNow LDAP integration i.e. how to do LDAP integration in ServiceNow and will provide step by step representation that how we can set up ServiceNow LDAP integration. Below information, I have shared as per my understanding and I have tried my best to provide you the required information on ServiceNow LDAP integration.
Topics, which we will cover in this article are:
• What is LDAP?
• What is the use of LDAP integration in ServiceNow?
• What all LDAP servers are supported by ServiceNow?
• What are the prerequisites for ServiceNow LDAP integration?
• Step by Step demonstration of integration between LDAP server and ServiceNow instance.
• What is Listener?

If this video is helpful then, please do not forget to like, subscribe and share my youtube channel TechnoMonk.

Thank you!!!
Рекомендации по теме
Комментарии
Автор

What I have done to get it run:
- configure ldap server: LDAP OU Definitions/Users:
set "query_field" = "uid" and "Filter" = "(objectClass=inetOrgPerson)" (what comes from LDAP as "uid" has to match the sys_user.user_name field, "query_field=sn" would also work)
- configure ldap server: LDAP OU Definitions/Groups
set "query_field" = "ou" and "Filter" =

- load all recoreds from datasource: forumsys/Users
- change transform map "LDAP User Import" - change "u_uid -> user_name" and "u_mail -> email" (u_samaccountname - does not exist on forumsys)
- load all recoreds from datasource: forumsys/Groups
- change transform map "LDAP Group Import" - change "u_ou -> name"

Hint: LDAP Properties: Automatically import users from the LDAP servers if the user is not present in the 'sys_user' table = Yes
- create a SN user account on first login try (the login is not successful, but the user is created, a second login will be successful)

detlefbiedermann
Автор

Good content.
Keep uploading brother

servicenowstudent
Автор

Hi Amit, can we write business rules to make chAnges in ldap server from servicenow

ShwetaGupta-vg
Автор

Can you please help me with interview questions or most common challenges related to SSO, LDAP or any other integrations

Thanks

SivaKumar-pvqk
Автор

In real time who will provide the LDAP Server information..to configure the LDAP server

rushii
Автор

the test ldap server from forumsys is not working..do you have any other test ldap server

sushmitamazumder