Click or drag to resize

IheIuaClaimMapperMapToInternalIdentityClaims Method

Map the external claims from a token from externalClaims to SanteDB equivalents

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

Parameters

externalClaims  IDictionaryString, Object
The claims from the external token

Return Value

IEnumerableIClaim
The collection of SanteDB claims

Implements

IClaimMapperMapToInternalIdentityClaims(IDictionaryString, Object)
See Also