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] Add a new FmiPath string property to AcquireTokenOptions #159

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

Comments

@jmprieur
Copy link
Contributor

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

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

No branches or pull requests

3 participants