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/content/docs/bff/extensibility/management/user.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public class CustomClaimsTransformer : IClaimsTransformation
95
95
96
96
See the [Claims Transformation](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-9.0) topic in the ASP.NET Core documentation for more information.
97
97
98
-
#### User Endporint Claims Enricher :badge[v4.0]
98
+
#### User Endpoint Claims Enricher :badge[v4.0]
99
99
100
100
User claims can be enriched by implementing the `IUserEndpointClaimsEnricher` interface.
101
101
This interface is specific to the user endpoint and runs after authentication.
0 commit comments