Update Authorization.md

pull/8569/head
maliming 5 years ago committed by GitHub
parent 53b49c1355
commit 149dff4d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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