javaee / jersey

This is no longer the active Jersey repository. Please see the README.md
http://jersey.github.io
Other
2.86k stars 2.35k forks source link

Improve OAuth2-client support by providing design for additional flows. Add client credentials grant workflow #3406

Open glassfishrobot opened 8 years ago

glassfishrobot commented 8 years ago

Jersey as of 2.23.1 only supports authorization code grant flow. The current design cannot be easily extended to implement other flows - client credentials, implicit, password.

Environment

Mac OS X

Affected Versions

[2.23.1]

glassfishrobot commented 8 years ago

Reported by deepakpol

glassfishrobot commented 8 years ago

deepakpol said: Created pull request being tracked at https://github.com/jersey/jersey/pull/227

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JERSEY-3134