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
While we work on improvements for our Identity story, we should document how users could leverage MSAL packages directly to use our SDKs. We’ll need to add information on how to create a TokenCredential that would resolve the getToken method with a token retrieved using @azure/msal-node and @azure/ msal-browser.
We have a sample talking about creating custom TokenCredentials (similar to how .NET also has). Still, we should specifically mention the cases where it will make sense to use MSAL directly with custom TokenCredentials and why.
resolving correctness error in preview (Azure#15573)
* resolving correctness error in preview
* adding max time for long running operations
Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
While we work on improvements for our Identity story, we should document how users could leverage MSAL packages directly to use our SDKs. We’ll need to add information on how to create a TokenCredential that would resolve the
getToken
method with a token retrieved using @azure/msal-node and @azure/ msal-browser.We have a sample talking about creating custom TokenCredentials (similar to how .NET also has). Still, we should specifically mention the cases where it will make sense to use MSAL directly with custom TokenCredentials and why.
Closes #15569
Closes #15078
The text was updated successfully, but these errors were encountered: