Servicenow and DUO Integration

agulati
Kilo Expert

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

1 ACCEPTED SOLUTION

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


View solution in original post

14 REPLIES 14

dmfranko
Kilo Guru

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


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


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


mev1
Giga Contributor

Thanks for providing this information Aman.   My company is looking to implement DUO as well.   Did you implement this for a request item?