Share via


ISiteAuthSettings.Issuer 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://sts.windows.net/{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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\r\n        When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.\r\n        This URI is a case-sensitive identifier for the token issuer.\r\n        More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="issuer")]
public string Issuer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\r\n        When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.\r\n        This URI is a case-sensitive identifier for the token issuer.\r\n        More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="issuer")>]
member this.Issuer : string with get, set
Public Property Issuer As String

Property Value

Attributes

Applies to