Click or drag to resize

IClaimMapperMapToInternalIdentityClaims Method

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

Namespace: SanteDB.Core.Security.Claims
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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
See Also