Language

AuthenticationProviderProperties(Uri, String) Constructor

Definition

Initializes a new instance of AuthenticationProviderProperties.

public AuthenticationProviderProperties(Uri issuer, string clientId);
new Azure.ResourceManager.Network.Models.AuthenticationProviderProperties : Uri * string -> Azure.ResourceManager.Network.Models.AuthenticationProviderProperties
Public Sub New (issuer As Uri, clientId As String)

Parameters

issuer
Uri

The absolute HTTPS URL of the Secure Token Service. Include a trailing slash at the end of the value. Example: https://login.microsoftonline.com/{Microsoft Entra Tenant ID}/.

clientId
String

The Application (client) ID for the related application registered in Microsoft Entra ID, formatted as a GUID.

Exceptions

issuer or clientId is null.

Applies to