mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
281 B
281 B
@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.