You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
MSAL now exposes .WithFmiPath(string) on AcquireTokenForClientBuilder. We need to also expose it in the higher level APIs to support Federation Managed Identity.
Describe the solution you'd like
Add a new string property FmiPath to the AcquireTokenOptions class, as well as the usual XML comments, updates of methods (including the copy constructors when they exist, and unit tests with the included comments for the reference documentation
Describe alternatives you've considered
This will be exposed to 3P so we don't want to use AdditionalParameters here
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
MSAL now exposes .WithFmiPath(string) on AcquireTokenForClientBuilder. We need to also expose it in the higher level APIs to support Federation Managed Identity.
Describe the solution you'd like
Add a new string property FmiPath to the AcquireTokenOptions class, as well as the usual XML comments, updates of methods (including the copy constructors when they exist, and unit tests with the included comments for the reference documentation
Describe alternatives you've considered
This will be exposed to 3P so we don't want to use AdditionalParameters here
The text was updated successfully, but these errors were encountered: