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

Allow to override provider list in the UserAgentImpl #47

Closed ForNeVeR closed 4 years ago

ForNeVeR commented 5 years ago

This will allow the library users to provide their own set of providers if necessary.

It is critical for the DPI issue in the Azure DevOps plugin, see https://github.com/microsoft/azure-devops-intellij/issues/237 and https://github.com/microsoft/azure-devops-intellij/pull/238 for details.

ForNeVeR commented 5 years ago

Unfortunately, looks like the CI is broken.

ForNeVeR commented 4 years ago

We have decided to migrate to the Microsoft Authentication Library for Java, so I'm closing this pull request.