native sso: typographical issues

Issue #1636 resolved
Joseph Heenan created an issue

The client SHOULD provide the device_secret to the /token endpoint during refresh token requests so that the AS may rotate the device_secert as necessary.

device_secert → device_secret

Add a ?ds_hash? claim to the id_token to represent a function of the device_secret.

not sure why ds_hash is surrounded by “?”s. There’s further instances of ? appearing where it seems ' was intended.

Comments (5)

  1. gffletch

    Changes made to the source. Will publish a new version when finished addressing additional feedback.

  2. Log in to comment