2020-04-11 UTC
# jamietanna Something that's just tripped me up in Micropub's error states is how it returns `insufficient_scope` as a 401 (https://www.w3.org/TR/micropub/#error-response), opposed to https://tools.ietf.org/html/rfc6750#section-3.1 mostly expecting it to be a 403 (`SHOULD`) - what was the reasoning for this? It means unfortunately I'll have to work around using a battle-tested OAuth2 framework for Java to make it work in a spec-compliant way.