Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.32 KB

Overview

This is the official errata for the book Mastering OAuth 2.0.

Available at:

Errata

The following is the list of errors and corrections for the book as reported by the readers:

  1. Incorrect URL-encoded redirect URI
  • Location:
    • Chapter 5, Get an Access Token with the Client-Side Flow → A closer look at the implicit grant flow → Authorization request → In our application
    • Located on page 59 in print and PDF versions, and page 164 in ePub version
  • Description:
    • The URL-encoded redirect URI specified is missing a forward slash
  • Error and correction:
    • Redirect URI value is http%3A%2F%wmiig.com%2Fcallback.html but should be http%3A%2F%2F%wmiig.com%2Fcallback.html
  • Reported by: