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
There is a common scenario that Apps which already are using ADAL or MSAL to authenticate to services such as O365 also want to use the same instance of AuthenticationContext or PublicApplicationClient to authenticate to azure services. We should provide samples which demonstrate how to wrap an ADAL or MSAL client in a custom TokenCredential implementation to accomplish this.
I have a start to a such sample in response to the user issue #8621
The text was updated successfully, but these errors were encountered:
There is a common scenario that Apps which already are using ADAL or MSAL to authenticate to services such as O365 also want to use the same instance of
AuthenticationContext
orPublicApplicationClient
to authenticate to azure services. We should provide samples which demonstrate how to wrap an ADAL or MSAL client in a custom TokenCredential implementation to accomplish this.I have a start to a such sample in response to the user issue #8621
The text was updated successfully, but these errors were encountered: