PublicClientApplicationBuilder.WithMultiCloudSupport(Boolean) Method

Definition

Overloads

WithMultiCloudSupport(Boolean)

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.

WithMultiCloudSupport(Boolean)

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

Applies to