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 support for authenticating with a PAT #4

Closed
johnbatty opened this issue Jul 30, 2022 · 1 comment
Closed

Add support for authenticating with a PAT #4

johnbatty opened this issue Jul 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@johnbatty
Copy link
Contributor

Authentication is done via azure_identity credentials.

Currently azure_identity does not support simple PATs, which seems to be the most common method of authenticating with Azure DevOps. Therefore we need to implement a PatCredential type that implements azure_core::auth::TokenCredential.

@johnbatty johnbatty added the enhancement New feature or request label Jul 30, 2022
@johnbatty johnbatty self-assigned this Jul 30, 2022
@johnbatty
Copy link
Contributor Author

PAT authentication supported is implemented in 0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant