AzureTokenAuthentication Class

This class accepts configuration parameters for Azure AD SSO integration with ODP.NET. The class is part of the Oracle.ManagedDataAccess.Azure NuGet package. Applications provide the AAD values in the class properties to connect. Once ODP.NET initiates opening the connection, the class instance is marked as read-only to prevent further modification during the pool's lifetime.

If customers use same instance for another connection open, this new connection will be opened in the same connection pool as the earlier opened connection.

Class Inheritance

System.Object

System.Object.AbstractTokenAuthentication

Oracle.ManagedDataAccess.Azure.AzureTokenAuthentication

Declaration

// C#
public class AzureTokenAuthentication : AbstractTokenAuthentication

Requirements

Provider ODP.NET, Managed Driver ODP.NET Core

Assembly

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements