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
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
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
The text was updated successfully, but these errors were encountered: