- 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
‎08-11-2015 01:16 PM
Seems like something you could do with the SSO plugin which you have to request from HI?
SAML 2.0 Web Browser SSO Profile - ServiceNow Wiki
https://www.duosecurity.com/docs/dag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 01:24 PM
Hi Dan,
Thanks for the reply. The requirement here is to do this for a specific UI Page and not for the whole instance. Let me know if you have any suggestions on that.
Thanks
Aman Gulati
- 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
‎08-26-2016 01:33 PM
Thanks for providing this information Aman. My company is looking to implement DUO as well. Did you implement this for a request item?