Part 1: 5.2.2 Typo

Issue #54 resolved
Nat Sakimura created an issue

Currently, it is written:

  • shall return the token response as defined in 4.1.4 of RFC6749; and
  • shall return the list of allowed scopes with the issued access token.
  • shall provide opaque, non-monotonically increasing or non-guessable access tokens with a minimum of 128 bits as defined in section 5.1.4.2.2 of RFC6819

It should be

  • shall return the token response as defined in 4.1.4 of RFC6749;
  • shall return the list of allowed scopes with the issued access token; and
  • shall provide opaque, non-monotonically increasing or non-guessable access tokens with a minimum of 128 bits as defined in section 5.1.4.2.2 of RFC6819.

Also

S265 should be S256

Comments (4)

  1. Log in to comment