Interface IdentityProviderContract.DefinitionStages.WithAllowedTenants
- All Known Subinterfaces:
IdentityProviderContract.Definition,IdentityProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
IdentityProviderContract.DefinitionStages
public static interface IdentityProviderContract.DefinitionStages.WithAllowedTenants
The stage of the IdentityProviderContract definition allowing to specify allowedTenants.
-
Method Summary
Modifier and TypeMethodDescriptionwithAllowedTenants(List<String> allowedTenants) Specifies the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login..
-
Method Details
-
withAllowedTenants
IdentityProviderContract.DefinitionStages.WithCreate 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.
-