OIDCClaimsRequest.parse(String) should include a minimal exception message when the JSON is invalid

Issue #435 resolved
Yavor Vasilev created an issue

Otherwise may cause an unchecked exception in AuthenticationRequest.parse:

Illegal char(s) in description, see RFC 6749, section 5.2
java.lang.IllegalArgumentException: Illegal char(s) in description, see RFC 6749, section 5.2

Comments (1)

  1. Log in to comment