We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Confidential
FMI tokens, Entra's solution for SPIFEE
Create a new API on AcquireTokenForClient - WithFmiPath(string pathSuffix). . It shall be experimental for the time being.
AcquireTokenForClient
Internally, it will do the following.
fmi_path={pathSuffix}
fmi_path
We should be able to write integration tests for this. Upon requesting an FMI token, the sub claim will be changed to contain the fmi_path.
sub
THe new API is experimental.
Acceptance test: get an app token with an FMI path and assertr that the sub claim has the FMI path.
The text was updated successfully, but these errors were encountered:
trwalke
No branches or pull requests
MSAL client type
Confidential
Problem statement
FMI tokens, Entra's solution for SPIFEE
Proposed solution
Create a new API on
AcquireTokenForClient
- WithFmiPath(string pathSuffix). . It shall be experimental for the time being.Internally, it will do the following.
fmi_path={pathSuffix}
to the /token requestfmi_path
to the cache keyWe should be able to write integration tests for this. Upon requesting an FMI token, the
sub
claim will be changed to contain the fmi_path.THe new API is experimental.
Acceptance test: get an app token with an FMI path and assertr that the
sub
claim has the FMI path.The text was updated successfully, but these errors were encountered: