共用方式為


ContainerAppAzureActiveDirectoryRegistrationConfiguration.OpenIdIssuer Property

Definition

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

public Azure.Provisioning.BicepValue<string> OpenIdIssuer { get; set; }
member this.OpenIdIssuer : Azure.Provisioning.BicepValue<string> with get, set
Public Property OpenIdIssuer As BicepValue(Of String)

Property Value

Applies to