Skip to content

Commit

Permalink
add release note #10340
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 20, 2024
1 parent a90b9b2 commit bc7cb23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/release-notes/10340-forbidden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### API Now Returns 403 Forbidden for Permission Checks

Dataverse was returning 401 Unauthorized when a permission check failed. This has been corrected to return 403 Forbidden in these cases. That is, the API token is known to be good (401 otherwise) but the user lacks permission (403 is now sent). See also #10340 and #11116.

### Backward Incompatible Changes

See "API Now Returns 403 Forbidden for Permission Checks" above.

0 comments on commit bc7cb23

Please sign in to comment.