Class InternalDomainFederation

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class InternalDomainFederation extends SamlOrWsFedProvider implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Internal Domain Federation.
  • Field Details

    • activeSignInUri

      @SerializedName(value="activeSignInUri", alternate="ActiveSignInUri") @Expose @Nullable public String activeSignInUri
      The Active Sign In Uri. 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.
    • federatedIdpMfaBehavior

      @SerializedName(value="federatedIdpMfaBehavior", alternate="FederatedIdpMfaBehavior") @Expose @Nullable public FederatedIdpMfaBehavior federatedIdpMfaBehavior
      The Federated Idp Mfa Behavior. Determines whether Azure AD accepts the MFA performed by the federated IdP when a federated user accesses an application that is governed by a conditional access policy that requires MFA. The possible values are: acceptIfMfaDoneByFederatedIdp, enforceMfaByFederatedIdp, rejectMfaByFederatedIdp, unknownFutureValue. For more information, see federatedIdpMfaBehavior values.
    • isSignedAuthenticationRequestRequired

      @SerializedName(value="isSignedAuthenticationRequestRequired", alternate="IsSignedAuthenticationRequestRequired") @Expose @Nullable public Boolean isSignedAuthenticationRequestRequired
      The Is Signed Authentication Request Required. 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.
    • nextSigningCertificate

      @SerializedName(value="nextSigningCertificate", alternate="NextSigningCertificate") @Expose @Nullable public String nextSigningCertificate
      The Next Signing Certificate. 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.
    • promptLoginBehavior

      @SerializedName(value="promptLoginBehavior", alternate="PromptLoginBehavior") @Expose @Nullable public PromptLoginBehavior promptLoginBehavior
      The Prompt Login Behavior. Sets the preferred behavior for the sign-in prompt. The possible values are: translateToFreshPasswordAuthentication, nativeSupport, disabled, unknownFutureValue.
    • signingCertificateUpdateStatus

      @SerializedName(value="signingCertificateUpdateStatus", alternate="SigningCertificateUpdateStatus") @Expose @Nullable public SigningCertificateUpdateStatus signingCertificateUpdateStatus
      The Signing Certificate Update Status. Provides status and timestamp of the last update of the signing certificate.
    • signOutUri

      @SerializedName(value="signOutUri", alternate="SignOutUri") @Expose @Nullable public String signOutUri
      The Sign Out Uri. 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.
  • Constructor Details

    • InternalDomainFederation

      public InternalDomainFederation()
  • 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 SamlOrWsFedProvider
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to