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: src/Ocelot/Authorization/ClaimsAuthorizer.cs
+6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@
8
8
9
9
namespaceOcelot.Authorization
10
10
{
11
+
/// <summary>
12
+
/// Authorizer which is implemented using Claims-based authorization.
13
+
/// <para>
14
+
/// Microsoft Learn: <see href="https://learn.microsoft.com/en-us/aspnet/core/security/authorization/claims?view=aspnetcore-7.0">Claims-based authorization in ASP.NET Core</see>.
0 commit comments