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

Users/yacao/urnredirectsupport #33

Closed yacaovsnc closed 8 years ago

yacaovsnc commented 8 years ago

Manual tests:

  1. Register an AAD OAuth2 app with "urn:ietf:wg:oauth:2.0:oob" as redirect uri.
  2. Run the App class in oauth2-useragent-tester package with this OAuth2 app

Verify both SWT and JavaFx is able to retrieve the authorization code.

olivierdagenais commented 8 years ago

This pull request looks great, thank you for your contribution and improvements!