Class SoAccessTokenClaimsExpander
Decrypt all so access token claims before additional processing
Implements
Inherited Members
Namespace: SuperOffice.Security.Principal
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ImplicitIdentitySupplier("SoAccessTokenClaimsExpander")]
public class SoAccessTokenClaimsExpander : IImplicitIdentitySupplier
Constructors
SoAccessTokenClaimsExpander()
Decrypt all so access token claims before additional processing
Declaration
public SoAccessTokenClaimsExpander()
Methods
ProcessIdentities(ClaimsIdentitiesBuilder)
Append grabbed Security Tokens to the list of Security Tokens
Declaration
public void ProcessIdentities(ClaimsIdentitiesBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ClaimsIdentitiesBuilder | builder | Builder to manage Claim Identities |