MsalError.ExperimentalFeature Field
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.
What happens?
You are trying to use a feature which was marked as experimentalMitigation
When creating the PublicClientApplication or ConfidentialClientApplication, use .WithExperimentalFeatures() option. See https://aka.ms/msal-net-experimental-features for details.public const string ExperimentalFeature;
val mutable ExperimentalFeature : string
Public Const ExperimentalFeature As String