AMWA-TV / is-10

AMWA IS-10 NMOS Authorization Specification
https://specs.amwa.tv/is-10
Apache License 2.0
3 stars 4 forks source link

token 'aud' claim to accept a single string or array of strings #38

Closed lo-simon closed 4 years ago

lo-simon commented 4 years ago

In the general case, the "aud" value is an array of case-sensitive strings, each containing a StringOrURI value. In the special case when the JWT has one audience, the "aud" value MAY be a single case-sensitive string containing a StringOrURI value.

see RFC7519 https://tools.ietf.org/html/rfc7519#section-4.1.3