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

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 18

  • @detlefbiedermann7174
    @detlefbiedermann7174 ปีที่แล้ว +1

    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" = "(objectClass=groupOfUniqueNames)"
    - 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)

    • @amitg
      @amitg  ปีที่แล้ว

      Please message me on LinkedIn

  • @vijaychandra9946
    @vijaychandra9946 3 ปีที่แล้ว +1

    superb ...thank you.

    • @amitg
      @amitg  3 ปีที่แล้ว

      Welcome 😊

    • @vijaychandra9946
      @vijaychandra9946 3 ปีที่แล้ว

      @@amitg waiting for your CMDB,Discovery related classes 😊

  • @servicenowstudent7692
    @servicenowstudent7692 3 ปีที่แล้ว

    Good content.
    Keep uploading brother

    • @amitg
      @amitg  3 ปีที่แล้ว

      I will try my best. Thank you and keep supporting

  • @SivaKumar-pv8qk
    @SivaKumar-pv8qk 3 ปีที่แล้ว +1

    Thanks👍

    • @amitg
      @amitg  3 ปีที่แล้ว

      Welcome 👍

  • @ShwetaGupta-v6g
    @ShwetaGupta-v6g ปีที่แล้ว

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

  • @SivaKumar-pv8qk
    @SivaKumar-pv8qk 3 ปีที่แล้ว +1

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

    • @amitg
      @amitg  3 ปีที่แล้ว

      Sure lets plan a session on QnA

  • @satishdhummu867
    @satishdhummu867 3 ปีที่แล้ว

    Thanks you

    • @amitg
      @amitg  3 ปีที่แล้ว

      Welcome, Thanks allot for your support

  • @rushii2310
    @rushii2310 8 หลายเดือนก่อน

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

  • @ShitanshuGautam-j5y
    @ShitanshuGautam-j5y 11 หลายเดือนก่อน

    OK?

  • @sushmitamazumder6078
    @sushmitamazumder6078 2 ปีที่แล้ว

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