-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-authIncludes: Authn, Authz, OAuth, OIDC, BearerIncludes: Authn, Authz, OAuth, OIDC, Bearerfeature-observabilitytask
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Errors from Unprotect are currently suppressed, making them difficult to debug.
aspnetcore/src/Security/Authentication/Core/src/SecureDataFormat.cs
Lines 85 to 89 in 933bc84
catch | |
{ | |
// TODO trace exception, but do not leak other information | |
return default(TData); | |
} |
Describe the solution you'd like
Log these Exceptions.
Additional context
No response
Metadata
Metadata
Assignees
Labels
area-authIncludes: Authn, Authz, OAuth, OIDC, BearerIncludes: Authn, Authz, OAuth, OIDC, Bearerfeature-observabilitytask