AuthenticationProviderProperties(Uri, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.