'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;}
'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;}
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
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 |