Closed ghost closed 6 years ago
Thank you for your report. We need to investigate, but this may be an issue with the library we are using for validation. We will eventually correct this. Thanks again.
Sorry, I misinterpreted what the bug report said. We do not provide any setAudience
method for a JwtBuilder
class at this site. If you are referring to some of the libraries developed by Auth0, please report this bug at the appropriate issue tracker for that library. Thanks.
I apologize for the confusion - this ticket was of course aimed at another project. I must have followed a wrong link somewhere..
According to RFC 7519:
The setAudience()-method of the JwtBuilder only accepts a single String. Additionally, passing a collection of Strings should be supported, which are then formatted as a JSON array for the aud value.