From 149dff4d7ec268096812ca0a0dcb9d2aa387cdc4 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 16 Apr 2021 09:49:52 +0800 Subject: [PATCH] Update Authorization.md --- docs/en/Authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Authorization.md b/docs/en/Authorization.md index d41879cd9b..44d01118b5 100644 --- a/docs/en/Authorization.md +++ b/docs/en/Authorization.md @@ -397,7 +397,7 @@ This is already done for the startup template integration tests. Abp abstracts the way that authentication creates `ClaimsPrincipal`. You can provide a custom `IAbpClaimsPrincipalContributor` to add additional claims. -Example of add `SocialSecurityNumber` of current tenant to user claims: +Example of add `SocialSecurityNumber` of current user to claims: ```csharp public class SocialSecurityNumberClaimsPrincipalContributor : IAbpClaimsPrincipalContributor, ITransientDependency