w3c / Micropub

The Micropub spec
https://micropub.net/draft/
97 stars 23 forks source link

Fix: Align HTTP status code for `insufficient_scope` with RFC6750 #117

Closed jamietanna closed 4 years ago

jamietanna commented 4 years ago

As I noted in chat, the Micropub spec doesn't align with the OAuth2 spec regarding the insufficient_scope error message. We should align with RFC6750 to ensure that implementers can rely on out-of-the-box OAuth2 implementations.

Additionally, move the element up, to group it with the other 403 error code, for readability.