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
Copy file name to clipboardExpand all lines: aspnetcore/release-notes/aspnetcore-10.0.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,23 @@ This section describes new features for OpenAPI.
53
53
54
54
This section describes new features for authentication and authorization.
55
55
56
+
### Authentication and authorization metrics
57
+
58
+
Metrics have been added for certain authentication and authorization events in ASP.NET Core. With this change, you can now obtain metrics for the following events:
59
+
60
+
- Authentication:
61
+
- Authenticated request duration
62
+
- Challenge count
63
+
- Forbid count
64
+
- Sign in count
65
+
- Sign out count
66
+
- Authorization:
67
+
- Count of requests requiring authorization
68
+
69
+
The following image shows an example of the Authenticated request duration metric in the Aspire dashboard:
70
+
71
+

72
+
56
73
## Miscellaneous
57
74
58
75
This section describes miscellaneous new features in ASP.NET Core 10.0.
0 commit comments