IMicrosoftGraphSamlOrWsFedProvider Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSamlOrWsFedProviderTypeConverter))]
public interface IMicrosoftGraphSamlOrWsFedProvider : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphIdentityProviderBase, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSamlOrWsFedProviderTypeConverter))>]
type IMicrosoftGraphSamlOrWsFedProvider = interface
    interface IJsonSerializable
    interface IMicrosoftGraphIdentityProviderBase
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphSamlOrWsFedProvider
Implements IAssociativeArray(Of Object), IMicrosoftGraphIdentityProviderBase
Derived
Attributes
Implements

Properties

AdditionalProperties (Inherited from IAssociativeArray<T>)
DisplayName

The display name of the identity provider.

(Inherited from IMicrosoftGraphIdentityProviderBase)
Id

The unique idenfier for an entity. Read-only.

(Inherited from IMicrosoftGraphEntity)
IssuerUri

Issuer URI of the federation server.

Item[String] (Inherited from IAssociativeArray<T>)
MetadataExchangeUri

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

PassiveSignInUri

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

PreferredAuthenticationProtocol

authenticationProtocol

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.

Methods

Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to