Class SamlOrWsFedProvider

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
InternalDomainFederation, SamlOrWsFedExternalDomainFederation

public class SamlOrWsFedProvider extends IdentityProviderBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Saml Or Ws Fed Provider.
  • Field Details

    • issuerUri

      @SerializedName(value="issuerUri", alternate="IssuerUri") @Expose @Nullable public String issuerUri
      The Issuer Uri. Issuer URI of the federation server.
    • metadataExchangeUri

      @SerializedName(value="metadataExchangeUri", alternate="MetadataExchangeUri") @Expose @Nullable public String metadataExchangeUri
      The Metadata Exchange Uri. URI of the metadata exchange endpoint used for authentication from rich client applications.
    • passiveSignInUri

      @SerializedName(value="passiveSignInUri", alternate="PassiveSignInUri") @Expose @Nullable public String passiveSignInUri
      The Passive Sign In Uri. URI that web-based clients are directed to when signing in to Azure Active Directory (Azure AD) services.
    • preferredAuthenticationProtocol

      @SerializedName(value="preferredAuthenticationProtocol", alternate="PreferredAuthenticationProtocol") @Expose @Nullable public AuthenticationProtocol preferredAuthenticationProtocol
      The Preferred Authentication Protocol. Preferred authentication protocol. Supported values include saml or wsfed.
    • signingCertificate

      @SerializedName(value="signingCertificate", alternate="SigningCertificate") @Expose @Nullable public String signingCertificate
      The Signing Certificate. 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.
  • Constructor Details

    • SamlOrWsFedProvider

      public SamlOrWsFedProvider()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class IdentityProviderBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to