Skip to content

[Feature Request] When AcquireTokenOptions.FmiPath is not null or empty, Token acquisition should call WithFmiPath() #3240

@jmprieur

Description

@jmprieur

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions