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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : OidcPrompt Property
Specifies the OpenID Connect (OIDC) prompt to use for client authentication mechanisms which require user interaction, such as EXTERNALBROWSER and CODE.
Syntax
'Declaration
 
Public Property OidcPrompt As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.OidcPrompt = value
 
value = instance.OidcPrompt
public string OidcPrompt {get; set;}
public:
property String^ OidcPrompt {
   String^ get();
   void set (    String^ value);
}
Remarks

Supported values are: null or empty string, "none", "login", "consent", "select_account". Not all Identity Providers support all values.

Depending on the Identity Provider vendor and configuration, the user may be required to set an appropriate value for OidcPrompt and different values for TdConnectionStringBuilder.UserId in order to login with different identities.

Default Value: null

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