Browse Source

Update Authorization.md

pull/8569/head
maliming 5 years ago
committed by GitHub
parent
commit
149dff4d7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Authorization.md

2
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

Loading…
Cancel
Save