Interface IdentityProviderContract.UpdateStages.WithSigninTenant

All Known Subinterfaces:
IdentityProviderContract.Update
Enclosing interface:
IdentityProviderContract.UpdateStages

public static interface IdentityProviderContract.UpdateStages.WithSigninTenant
The stage of the IdentityProviderContract update allowing to specify signinTenant.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSigninTenant(String signinTenant)
    Specifies the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.
  • Method Details

    • withSigninTenant

      IdentityProviderContract.Update withSigninTenant(String signinTenant)
      Specifies the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.
      Parameters:
      signinTenant - The TenantId to use instead of Common when logging into Active Directory.
      Returns:
      the next definition stage.