PurpleSoftSrl / azure_devops_app

Azure DevOps Mobile App
https://www.azdevops.app
MIT License
83 stars 8 forks source link

Sign in to on-prem Azure Devops? #12

Open JohnBergman opened 10 months ago

JohnBergman commented 10 months ago

Is there a way to have the app sign into a self-hosted (up to date) azure devops instance?

sstasi95 commented 9 months ago

Hi, honestly I don't know how on-premise works, is it just a different url (instead of the default dev.azure.com/)? Can you login with your PAT and/or with Microsoft sign in?

JamborJan commented 2 months ago

On prem is in some parts of the API similar but especially when it comes to user management it’s different. The most common problem are self signed certificates some IT departments are using for internal servers. They usually don’t work with 3rd party apps that don’t explicitly provide a “don’t validate ssl” feature.