Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmprieur opened this issue Feb 11, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request feature request

Comments

@jmprieur
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants