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

Add samples demonstrating implementing TokenCredential directly with ADAL / MSAL #8694

Closed
schaabs opened this issue Nov 8, 2019 · 1 comment
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.

Comments

@schaabs
Copy link
Member

schaabs commented Nov 8, 2019

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

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

2 participants