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
I think this is working OK now? The RFC Section-3 mentions that only the URI's schema and path are required (and even still, the path may be empty). With that in mind, these jwt-aud values work:
As noted in #1678 (comment)
jwt-aud
seems to not validate URIs at the moment.This is unexpected, because accoding to the RFC, this should be of type
StringOrUri
- and once a:
is part of the value, it must be a valid URI. We are validating those withCrypto.JWT
: https://hackage.haskell.org/package/jose-0.8.4/docs/Crypto-JWT.html#g:5. Maybe we are not using it correctly.The text was updated successfully, but these errors were encountered: