共用方式為


IMicrosoftGraphInternalDomainFederation.IsSignedAuthenticationRequestRequired Property

Definition

If true, when SAML authentication requests are sent to the federated SAML IdP, Azure AD will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP are not signed.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="If true, when SAML authentication requests are sent to the federated SAML IdP, Azure AD will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP are not signed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isSignedAuthenticationRequestRequired", Update=true)]
public bool? IsSignedAuthenticationRequestRequired { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="If true, when SAML authentication requests are sent to the federated SAML IdP, Azure AD will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP are not signed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isSignedAuthenticationRequestRequired", Update=true)>]
member this.IsSignedAuthenticationRequestRequired : Nullable<bool> with get, set
Public Property IsSignedAuthenticationRequestRequired As Nullable(Of Boolean)

Property Value

Attributes

Applies to