why do we use oauth authentication instead of basic authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 06:59 AM
Hi Team,
Could you please clarify why do we use oauth authentication instead of basic authentication?
Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 07:03 AM
Hi @Srinivasu2
Below are features consider using OAuth authentication over Basic Authentication in ServiceNow:
- Enhanced Security: OAuth provides a more secure way of authenticating users or applications without exposing credentials like passwords. It uses tokens for authorization, reducing the risk of credentials being intercepted.
- Limited Scope: OAuth allows you to grant limited permissions to specific resources or actions without giving full access to the user/application.
- Revocable Tokens: OAuth tokens can be revoked without changing user passwords, enhancing security in case of compromised tokens.
- Third-Party Integration: If you're integrating with third-party applications, OAuth is often the preferred method, as it allows external services to access your ServiceNow instance securely without sharing actual credentials.
- Compliance: Some regulations or security standards might require the use of OAuth for better security practices.
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 07:13 AM
Hello @Srinivasu2
Plz mark the Solution as Accept, if you find it helpful and close the Thread. It will help the future readers.
Regards,
Samaksh

