Interface IdentityProviderContract.UpdateStages.WithAllowedTenants

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

public static interface IdentityProviderContract.UpdateStages.WithAllowedTenants
The stage of the IdentityProviderContract update allowing to specify allowedTenants.
  • Method Details

    • withAllowedTenants

      IdentityProviderContract.Update withAllowedTenants(List<String> allowedTenants)
      Specifies the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login..
      Parameters:
      allowedTenants - List of Allowed Tenants when configuring Azure Active Directory login.
      Returns:
      the next definition stage.