[webrtc-pc] Pull Request: Removing references to OAUTH-POP-KEY-DISTRIBUTION.

taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Removing references to OAUTH-POP-KEY-DISTRIBUTION. ==
Fixes #1642.

RFC7635 does not actually require the OAuth Client (the web application,
in WebRTC context) to use OAUTH-POP-KEY-DISTRIBUTION; this is just the
example provided in Appendix B. So this PR removes all references to it,
saying "how the application gets the kid/accessToken/macKey is
unspecified, Appendix B provides one example mechanism."

Also doing some unrelated shuffling around of paragraphs to make things
more readable. For example, moving terminology to the Terminology
section, and introducing the concepts of macKey/accessToken/kid before
we talk about refreshing them.

See https://github.com/w3c/webrtc-pc/pull/1846

Received on Saturday, 21 April 2018 00:47:40 UTC