You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Task type
Development
Description
Add the following APIs to MIA
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.GetBindingCertificate()
- Gets the binding certificate in MTLS based operationsGetManagedIdentitySourceAsync()
- Gets the managed identity sourceResetManagedIdentitySourceCache()
- Resets Managed Identity Source (for testing only)Solution
No response
The text was updated successfully, but these errors were encountered: