monospace font for keywords in the description of s_hash

Issue #103 resolved
Takahiko Kawasaki created an issue

In the last paragraph in "5.1. Introduction" of FAPI Part 2, a monospace font is not used for some keywords. To be concrete, I think a monospace font should be used for "state" (the 26th word), "alg" (the 53rd word), and "HS512" (the 55th word).

State hash value. Its value is the base64url encoding of the left-most half of the hash of the octets of the ASCII representation of the state value, where the hash algorithm used is the hash algorithm used in the alg Header Parameter of the ID Token's JOSE Header. For instance, if the alg is HS512, hash the code value with SHA-512, then take the left-most 256 bits and base64url encode them. The s_hash value is a case sensitive string.

Comments (6)

  1. Nat Sakimura
    • changed status to open

    Thanks! I will fix it. For the next time, I would appreciate if you can create a pull request.

  2. Log in to comment