You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dickhardt this sentence is from RFC6750, but the terminology seems to conflict with modern uses of "audience restricted access tokens". Do you remember what this was intended to mean?
Issue scoped bearer tokens: Token servers SHOULD issue bearer tokens
that contain an audience restriction, scoping their use to the
intended relying party or set of relying parties.
In practice this is the 'aud' claim in a JWT -- but since 6750 does not specify a token format, this is guidance that the token should indicate who the audience is
The phrase "issue scoped bearer tokens" is confusing as it is conflating scopes with audience
Can you point me to what you mean by 'modern uses of "audience restricted access tokens"'
In some places, the term "relying party" is used instead of "client":
oauth-v2-1/draft-ietf-oauth-v2-1.md
Lines 2820 to 2822 in f79f588
oauth-v2-1/draft-ietf-oauth-v2-1.md
Lines 2578 to 2582 in f79f588
The text was updated successfully, but these errors were encountered: