Re: [OAUTH-WG] DPoP - token hash - ASCII encoding question

2022-12-27 Thread Brian Campbell
No bit flipping is needed. It is just meant to say that the bytes of the ASCII representation of the access token value are the input to the hash function. The access token value itself should only be made up of printable ASCII characters https://www.rfc-editor.org/rfc/rfc6749#appendix-A.12 BTW.

Re: [OAUTH-WG] DPoP - token hash - ASCII encoding question

2022-12-27 Thread devi prasad
Thank you, Brian, for the reference: A.12 - access token syntax (RFC 6749). That really helped. On Tue, Dec 27, 2022 at 10:32 PM Brian Campbell wrote: > No bit flipping is needed. It is just meant to say that the bytes of the > ASCII representation of the access token value are the input to the