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