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
When AcquireTokenOptions.FmiPath is not null or empty and developers call (directly or through downstream API) the GetAuthenticationResultAsync method, IdWeb should call .WithFmiPath() on the ConfidentialClientApplicationBuilder, for instance here
Describe alternatives you've considered
None
Additional context