'Declaration Public Property OidcClaim As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.OidcClaim = value value = instance.OidcClaim
public string OidcClaim {get; set;}
'Declaration Public Property OidcClaim As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.OidcClaim = value value = instance.OidcClaim
public string OidcClaim {get; set;}
The claim value for the specified claim type is obtained from the OIDC token after a successful request to the Identity Provider token endpoint. If the TdConnectionStringBuilder.UserId is not an empty string, the OIDC token must contain the specified claim type. If TdConnectionStringBuilder.ConnectionPooling is enabled, the claim value must match the UserId.
Default Value: email
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |