mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-31 10:07:59 +00:00
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.