Click or drag to resize

SanteDBExtendedClaimMapperMapToExternalIdentityClaims Method

Map internalClaims taken from a IClaimsPrincipal to the external token format

Namespace: SanteDB.Rest.OAuth.Token
Assembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public IDictionary<string, Object> MapToExternalIdentityClaims(
	IEnumerable<IClaim> internalClaims
)

Parameters

internalClaims  IEnumerableIClaim
The claims from the internal SanteDB identity

Return Value

IDictionaryString, Object
The claims for the external token

Implements

IClaimMapperMapToExternalIdentityClaims(IEnumerableIClaim)
See Also