Closed yacaovsnc closed 8 years ago
Hi @yacaovsnc, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
It looks like you're a Microsoft contributor (Yang Cao (VSNC)). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.
TTYL, MSBOT;
Thank you for your contribution and your help!
This pull request attempts to fix issue #9.
Description:
When trying to utilize this oauth2-useragent library in our VSTS-IntelliJ plugin, we have realized the we weren't able to locate and launch any providers because the oauth2-useragent jar file is not on classpath -- IntelliJ uses plugin classloaders.
This results in no browser windows are coming up, and authentication just fails.
Solution
This pull request attempt to locate the oauth2-useragent jar from two different approaches:
Manual testing