Click or drag to resize

MasterSettingKeyOpenIDClaimTypes Field

Comma separated list of claim types to search for in a JWT token to derive the username. The first one with a value will be returned. For AzureAD v1 it should be "upn" for users from the directory and "email" for liveid users. For Google it should be "email".

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const string OpenIDClaimTypes = "OpenIDClaimTypes"

Field Value

Type: String
See Also