Getting Started with OAuth 2.0


Whether you develop web applications or mobile apps, the OAuth 2.0 protocol will save a lot of headaches. This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.

Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.

  • Understand OAuth 2.0’s role in authentication and authorization
  • Learn how OAuth’s Authorization Code flow helps you integrate data from different business applications
  • Discover why native mobile apps use OAuth differently than mobile web apps
  • Use OpenID Connect and eliminate the need to build your own authentication system

Table of Contents
Chapter 1. Introduction
Chapter 2. Server-Side Web Application Flow
Chapter 3. Client-Side Web Applications Flow
Chapter 4. Resource Owner Password Flow
Chapter 5. Client Credentials Flow
Chapter 6. Getting Access to User Data from Mobile Apps
Chapter 7. OpenID Connect Authentication
Chapter 8. Tools and Libraries

Appendix. References

Book Details

  • Paperback: 80 pages
  • Publisher: O’Reilly Media (February 2012)
  • Language: English
  • ISBN-10: 1449311601
  • ISBN-13: 978-1449311605
Download [6.9 MiB]

You may also like...

Leave a Reply