Messages - 2.3.3 UserInfo Error Response refers to Bear Token errors

Issue #384 invalid
Edmund Jay created an issue

The UserInfo response returns a JSON or JWT. Shouldn't the error response return a JSON error also? The current draft points to the Bearer Token errors which are in HTTP status code format.

Comments (1)

  1. Michael Jones

    This is correct as written. The UserInfo endpoint is a resource that is being accessed using the OAuth Bearer protocol. We return our errors when accessing the resource in the same manner.

  2. Log in to comment