MicrosoftGraphInternalDomainFederation Class

Definition

internalDomainFederation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphInternalDomainFederationTypeConverter))]
public class MicrosoftGraphInternalDomainFederation : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInternalDomainFederation, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphInternalDomainFederationTypeConverter))>]
type MicrosoftGraphInternalDomainFederation = class
    interface IMicrosoftGraphInternalDomainFederation
    interface IJsonSerializable
    interface IMicrosoftGraphSamlOrWsFedProvider
    interface IMicrosoftGraphIdentityProviderBase
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphInternalDomainFederation
Implements IAssociativeArray(Of Object), IMicrosoftGraphInternalDomainFederation, IValidates
Inheritance
MicrosoftGraphInternalDomainFederation
Attributes
Implements

Constructors

MicrosoftGraphInternalDomainFederation()

Creates an new MicrosoftGraphInternalDomainFederation instance.

Properties

ActiveSignInUri

URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Azure Active Directory (Azure AD). Corresponds to the ActiveLogOnUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.

DisplayName

The display name of the identity provider.

FederatedIdpMfaBehavior

federatedIdpMfaBehavior

Id

The unique idenfier for an entity. Read-only.

IsSignedAuthenticationRequestRequired

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.

IssuerUri

Issuer URI of the federation server.

Item[String]
MetadataExchangeUri

URI of the metadata exchange endpoint used for authentication from rich client applications.

NextSigningCertificate

Fallback token signing certificate that is used to sign tokens when the primary signing certificate expires. Formatted as Base64 encoded strings of the public portion of the federated IdP's token signing certificate. Needs to be compatible with the X509Certificate2 class. Much like the signingCertificate, the nextSigningCertificate property is used if a rollover is required outside of the auto-rollover update, a new federation service is being set up, or if the new token signing certificate is not present in the federation properties after the federation service certificate has been updated.

PassiveSignInUri

URI that web-based clients are directed to when signing in to Azure Active Directory (Azure AD) services.

PreferredAuthenticationProtocol

authenticationProtocol

PromptLoginBehavior

promptLoginBehavior

SigningCertificate

Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated. Azure AD updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Azure AD monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.

SigningCertificateUpdateStatus

signingCertificateUpdateStatus

SignOutUri

URI that clients are redirected to when they sign out of Azure AD services. Corresponds to the LogOffUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphInternalDomainFederation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphInternalDomainFederation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInternalDomainFederation.

FromJsonString(String)

Creates a new instance of MicrosoftGraphInternalDomainFederation, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphInternalDomainFederation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to