Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augment TokenEndpointClientService's error codes with descriptions from the specs #12

Open
leonardochaia opened this issue Aug 6, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@leonardochaia
Copy link
Owner

https://tools.ietf.org/html/rfc6749#section-5.2

@leonardochaia
Copy link
Owner Author

Also consider that the endpoint could optionally return that:

error_description
         OPTIONAL.  Human-readable ASCII [USASCII] text providing
         additional information, used to assist the client developer in
         understanding the error that occurred.
         Values for the "error_description" parameter MUST NOT include
         characters outside the set %x20-21 / %x23-5B / %x5D-7E.

   error_uri
         OPTIONAL.  A URI identifying a human-readable web page with
         information about the error, used to provide the client
         developer with additional information about the error.
         Values for the "error_uri" parameter MUST conform to the
         URI-reference syntax and thus MUST NOT include characters
         outside the set %x21 / %x23-5B / %x5D-7E.

@leonardochaia leonardochaia added enhancement New feature or request good first issue Good for newcomers labels Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant