0% found this document useful (0 votes)
118 views

OAuth Pros and Cons

OAuth is an open standard for authorization that allows users to grant external access to their account on one site to use resources on another without sharing passwords. It has benefits like increased security, convenience for users who don't need multiple logins, and user control over access. However, it also has drawbacks such as being an attractive target for attackers, complexity of implementation, reliance on third parties, limited customization, and potential for user confusion.

Uploaded by

Nickleus Jimenez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views

OAuth Pros and Cons

OAuth is an open standard for authorization that allows users to grant external access to their account on one site to use resources on another without sharing passwords. It has benefits like increased security, convenience for users who don't need multiple logins, and user control over access. However, it also has drawbacks such as being an attractive target for attackers, complexity of implementation, reliance on third parties, limited customization, and potential for user confusion.

Uploaded by

Nickleus Jimenez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Oauth

Pros and Cons


About
 Oauth is widely used open standard protocol for authorization and is used by many applications
to authenticate users and grant access to their resources on other websites or apps.
Pros: Security
Ensures secure user authentication and protects user data by not sharing user credentials between
different websites or apps.
Pros: Convenience
With OAuth, users don't have to create
multiple accounts across different websites
and apps. 

Users can simply use their existing


credentials from one website or app to log
in to another.

Simplifies the login process for users, as


users don't have to remember
multiple usernames and passwords.
Pros: User control

01 02 03
OAuth gives users Users can revoke Enhances their
greater control over access to their data at privacy and security.
their data and which any time.
applications have
access to it.
Pros:Scalability
Can be used by small or large organizations without the need for any additional infrastructure or
resources.
Pros:User-friendly  OAuth simplifies the login process for
users, as users don't have to remember
multiple usernames and passwords.
Cons: Attractive target

Attractive target for attackers.

OAuth tokens can be stolen or intercepted, which can


lead to unauthorized access to user data.
OAuth can be complicated to
Cons: Complexity implement and requires developers
to have a good understanding of the
protocol and its specifications

Challenging for smaller


organizations with limited resources
to implement.
Cons: Reliance on third-party services
• OAuth requires the use of third-party services to manage user authentication
• can increase reliance on those services
• create potential security vulnerabilities.
With OAuth, developers have
limited control over the user
experience, as they must
adhere to the protocol's
Cons: Limited control
specifications
over user experience:
Can limit customization
options for the login process.
Cons: Potential for user confusion
• OAuth involves the use of pop-up windows or redirects to third-party sites, which can
confuse users and make them more susceptible to phishing attacks.

You might also like