mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
7 lines
281 B
Markdown
7 lines
281 B
Markdown
---
|
|
'@logto/core': patch
|
|
---
|
|
|
|
Fix OIDC AccessDenied error code to 403.
|
|
|
|
This error may happen when you try to grant an access token to a user lacking the required permissions, especially when granting for orgnization related resources. The error code should be 403 instead of 400.
|