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

[Engineering task] Expose new APIs for MSI v2 #5136

Open
gladjohn opened this issue Feb 11, 2025 · 0 comments
Open

[Engineering task] Expose new APIs for MSI v2 #5136

gladjohn opened this issue Feb 11, 2025 · 0 comments

Comments

@gladjohn
Copy link
Contributor

gladjohn commented Feb 11, 2025

Task type

Development

Description

Add the following APIs to MIA

  • public T WithCorrelationId (Guid correlationId) - Sets the correlation id to be used in the authentication request. Used to track a request in the logs of both the SDK and the Identity Provider service. If not set, a random one will be generated.
  • public T GetBindingCertificate() - Gets the binding certificate in MTLS based operations
  • public T GetManagedIdentitySourceAsync() - Gets the managed identity source
  • public T ResetManagedIdentitySourceCache() - Resets Managed Identity Source (for testing only)

Solution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Committed
Development

No branches or pull requests

1 participant