microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Add support for authenticated proxy servers #18

Open olivierdagenais opened 8 years ago

olivierdagenais commented 8 years ago

Pull request #17 added support for proxy servers that do not require authentication, however some proxy servers require the user to authenticate and the use of a sub-process for launching web browsers means features like java.net.ProxySelector and java.net.Authenticator won't be available automatically.