Implement SSO with OAuth 2.0

Michele Di Maur
Tera Guru

Hello experts,

it's possible to use OAuth2.0 to perform login on ServiceNow from external web portal?
In other hands; user enters ServiceNow portal with browser, is redirected to IDM provider, user logs in to IDM provider, IDM provider redirects back to ServiceNow with code grants.

Thank you!

Michele

2 REPLIES 2

Leo Joseph
ServiceNow Employee
ServiceNow Employee

Hi Michele,

 

* OAuth2.0 is unsupported for Instance login. 

The integration supports any combination of local and external authentication methods on a single instance:

  • LDAP
  • SAML 2.0
  • Digest Authentication
  • Local database authentication

Refer : 

https://docs.servicenow.com/bundle/newyork-platform-administration/page/integrate/single-sign-on/con...

Regards,

Leo Joseph.