AcquireTokenByUsernamePasswordParameterBuilder.WithFederationMetadata Method

Definition

Enables MSAL to read the federation metadata for a WS-Trust exchange from the provided input instead of acquiring it from an endpoint. This is only applicable for managed ADFS accounts. See https://aka.ms/MsalFederationMetadata.

C#
public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder WithFederationMetadata(string federationMetadata);

Parameters

federationMetadata
String

Federation metadata in the form of XML.

Returns

The builder to chain the .With methods

Applies to

Prodotto Versioni
Microsoft Authentication Library for .NET (MSAL.NET) latest