Click or drag to resize

IClaimMapperMapToExternalIdentityClaims Method

Map internalClaims taken from a IClaimsPrincipal to the external token format

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