Class SoAccessTokenClaimsExpander
Decrypt all so access token claims before additional processing
Implements
Namespace: SuperOffice.Security.Principal
Assembly: SoDataBase.dll
Syntax
[ImplicitIdentitySupplier("SoAccessTokenClaimsExpander")]
public class SoAccessTokenClaimsExpander : Object, IImplicitIdentitySupplier, IPlugin
Constructors
SoAccessTokenClaimsExpander()
Decrypt all so access token claims before additional processing
Declaration
public SoAccessTokenClaimsExpander()
Methods
ProcessIdentities(ClaimsIdentitiesBuilder)
Decrypt all so access token claims before additional processing
Declaration
public void ProcessIdentities(ClaimsIdentitiesBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ClaimsIdentitiesBuilder | builder |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)