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 TypeMethodDescriptionwithSigninTenant(String signinTenant) Specifies the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.
-
Method Details
-
withSigninTenant
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.
-