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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : OidcScope Property
Specifies the OpenID Connect (OIDC) scope to use for EXTERNALBROWSER authentication mechanism and other OIDC methods.
Syntax
'Declaration
 
Public Property OidcScope As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.OidcScope = value
 
value = instance.OidcScope
public string OidcScope {get; set;}
public:
property String^ OidcScope {
   String^ get();
   void set (    String^ value);
}
Remarks

When this connection parameter is omitted, the default scope comes from the database's TdgssUserConfigFile.xml.

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