- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 05:18 AM
I have synced azure ad to servicenow. Now i need to get the list of users present in servicenow. How can this be done using client script?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 01:01 PM
yes in servicenow when you create a variable there are different variable types. One is a String type which you are probably using. You can create a reference type and that should do what you are explaining above ^.
This is what it will look like on the form
if they enter a name that is not in the user table this happens...
I believe this is what you are looking for. No need to customize this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 09:25 PM
Yes this is the simplest approach for this case. Thanks Nate for your valuable input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 09:30 PM
Also there is one more issue. These users are not able to login with credentials present in AD. I have to again update their password in snow as well. Is there any way that users can login with their passwords present in azure ad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 05:19 AM
are you using SSO? if you are and it is enabled correctly it should redirect the user to SSO page. or are you only importing from AD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 11:42 PM
I dont want sso . If i am able to login into instance using the users imported from AD that's much better. I have followed all steps mentioned in Tutorial: Azure Active Directory integration with ServiceNow | Microsoft Docs .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 06:06 AM
Have you followed the LDAP guidelines in the wiki? LDAP Integration - ServiceNow Wiki