User authentication 59
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 05:37 AM
What are the valid servicenow user authentication methods ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 05:49 AM
Hi @Ashok Kumar ,
Please refer to the doc :Identity and Authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 05:54 AM
Hello @Ashok Kumar ,
There are 3 method for authentication which are :
1. Local Database
2. LDAP
3. SSO
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 05:55 AM
HI @Ashok Kumar ,
I trust you are doing fine.
ServiceNow supports various authentication methods for users, some of which are listed below:
Local Authentication: This method validates user credentials against the local ServiceNow database. It is the default authentication method in ServiceNow.
LDAP Authentication: ServiceNow can integrate with LDAP (Lightweight Directory Access Protocol) servers to authenticate users. LDAP is a protocol used to access and maintain distributed directory information services over an IP network.
SAML Authentication: SAML (Security Assertion Markup Language) is an XML-based protocol that allows identity providers to pass authentication and authorization data to service providers. ServiceNow can be configured as a service provider to accept SAML assertions from identity providers.
OAuth Authentication: OAuth (Open Authorization) is an open standard protocol for authorization that enables third-party applications to access user data without the user having to disclose their login credentials. ServiceNow supports OAuth 2.0 protocol for authentication.
Multi-Factor Authentication (MFA): MFA adds an extra layer of security to user authentication by requiring users to provide additional verification in addition to their username and password. ServiceNow supports MFA using Google Authenticator, RSA SecurID, and other MFA providers.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi