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

Support Azure Devops #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Axosoft-Ashley
Copy link

@Axosoft-Ashley Axosoft-Ashley commented May 14, 2024

Adds support for Azure Devops, not to be confused with Azure AD

To create a new Azure Devops app for local stack:

  1. Go to https://app.vsaex.visualstudio.com/app/register.
  2. Enter whatever company name you would like.
  3. Name your application whatever you would like.
  4. Set your application website to http://localhost:8080
  5. Set your callback url Note: This url MUST be https which will throw erros when developing locally. One work around is to directly manipulate the url when your browser attempts to redirect.
  6. Set Scopes
goth.UseProviders(
azuredevops.New(os.Getenv("AZUREDEVOPS_KEY"), os.Getenv("AZUREDEVOPS_SECRET"), "http://localhost:3000/auth/azuredevops/callback"),
)

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

Successfully merging this pull request may close these issues.

None yet

1 participant