Click or drag to resize

IdentityControllerIIdentityResolverFindIdentity Method

The method looks up an Identity based on a userPrincipalName account name and a system. The method mimicks how RoPE looks up accounts in ODW which also covers owned accounts. It searches on the DistinguishedName column which we know is mapped from the userPrincipalName in the Azure collector. If it is not found in ODW, we make a simple lookup on the Identity email address.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
int IIdentityResolver.FindIdentity(
	int systemId,
	string distinguishedName
)

Parameters

systemId
Type: SystemInt32
distinguishedName
Type: SystemString

Return Value

Type: Int32

Implements

IIdentityResolverFindIdentity(Int32, String)
See Also