Send feedback on this topic.
Teradata.Client.Provider
OidcClaim Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : OidcClaim Property
Specifies the OpenID Connect (OIDC) claim type to use for client authentication mechanisms which require user interaction, such as EXTERNALBROWSER and CODE.
Syntax
'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;}
public:
property String^ OidcClaim {
   String^ get();
   void set (    String^ value);
}
Remarks

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

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members