You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a feature where instead of the DefaultAuthorizationService logging a message saying Authorization Failed it gave a little more context to the failure.
Maybe something like saying Authorization Failed for Policy: "Policy Name" or Authorization Failed for Role: "Role Name" etc.
When you're building a complex application you can easily have many Authorize conditions being applied and it can be quite derived to find out what specifically failed.
The text was updated successfully, but these errors were encountered:
Would it be possible to have a feature where instead of the
DefaultAuthorizationService
logging a message sayingAuthorization Failed
it gave a little more context to the failure.Maybe something like saying
Authorization Failed for Policy: "Policy Name"
orAuthorization Failed for Role: "Role Name"
etc.When you're building a complex application you can easily have many Authorize conditions being applied and it can be quite derived to find out what specifically failed.
The text was updated successfully, but these errors were encountered: