AJ ONeal 77c256a9c2 test(jwt): assert arrays are invalid for SpaceDelimited scope
Scope must be a space-delimited string per RFC 6749 §3.3, not a JSON
array. Adds [] and ["openid","profile"] cases to the existing invalid
sub-test with a comment explaining the likely root cause: an issuer
using []string instead of SpaceDelimited in its claims struct.
2026-03-30 17:25:49 -06:00
..
2026-03-23 11:31:03 -06:00
2026-03-03 00:01:15 -07:00