- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2015 09:37 AM
Hi,
I am planning to do a Servicenow - DUO Integration. The requirement here is to make a call to DUO from a UI page and then do the authentication. Has anyone done this or is there a support for using Node.js files in servicenow to handle this.
Thanks
Aman Gulati
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2015 11:49 PM
I was able to implement this successfully by using REST API calls from ServiceNow to DUO.
The API Integration was done using details listed on https://www.duosecurity.com/docs/adminapi#api-details
Thanks
Aman Gulati

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2019 07:39 AM
Good to know. can you please let us know what level of access needed for ServiceNOw to access DUO , to read tokens etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 05:44 PM
https://developer.servicenow.com/app.do#!/share/contents/4512079_ui_action_to_validate_caller_identity_using_duo_mobile_multi_factor_authentication_mfa?v=1&t=PRODUCT_DETAILS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 01:30 AM
Hi @agulati . Can you please provide the authentication sample code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 05:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 10:10 PM
Hi,
I looked at this.
I wanted to get the list of users from my DUO Security account to serviceNow. I've tried outbound REST message but the authentication requires some complex working and have issues in that.
Can you suggest how I can do that? Or if this can somehow be used to do that after some modifications?
Regards.