AcquireTokenByIntegratedWindowsAuthParameterBuilder.WithFederationMetadata 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 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.
public Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder WithFederationMetadata (string federationMetadata);
member this.WithFederationMetadata : string -> Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder
Public Function WithFederationMetadata (federationMetadata As String) As AcquireTokenByIntegratedWindowsAuthParameterBuilder
Parameters
- federationMetadata
- String
Federation metadata in the form of XML.
Returns
The builder to chain the .With methods