This is the official errata for the book Mastering OAuth 2.0.
Available at:
The following is the list of errors and corrections for the book as reported by the readers:
- 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 behttp%3A%2F%2F%wmiig.com%2Fcallback.html
- Redirect URI value is
- Reported by:
- John Ray Thomas (@johnraythomas)