interledger / open-payments

Protocol to setup payments between entities on the Web based on GNAP
https://openpayments.dev
Apache License 2.0
204 stars 34 forks source link

Add GNAP error schema to auth server error responses #518

Open njlie opened 2 days ago

njlie commented 2 days ago

The GNAP spec outlines its own format for error responses from an authorization server. This error format is implemented in the Rafiki authorization server, but the authorization server spec should be updated to specify this error format as well.

It might be useful to also surface these potential responses in our own documentation, instead of nesting it inside of the GNAP specification.