PublicClientApplicationBuilder.WithMultiCloudSupport(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables multi cloud support for this instance of public client application. It enables applications to use in a global public cloud authority to the library and can still get tokens for resources from sovereign clouds.
public Microsoft.Identity.Client.PublicClientApplicationBuilder WithMultiCloudSupport (bool enableMultiCloudSupport);
member this.WithMultiCloudSupport : bool -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Function WithMultiCloudSupport (enableMultiCloudSupport As Boolean) As PublicClientApplicationBuilder
Parameters
- enableMultiCloudSupport
- Boolean
Enable or disable multi cloud support.
Returns
A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance
Remarks
This feature is available to Microsoft applications, which have the same client id across all clouds