idbind / identity-binder

Service for binding identities across multiple identity providers for the same user.
Other
6 stars 1 forks source link

implement query functionality #8

Open wikkim opened 9 years ago

wikkim commented 9 years ago

probably as a RESTful API call

wikkim commented 9 years ago

make the query API call require authorization via special OAuth scope.

wikkim commented 9 years ago

partially completed by ceb344ddaf7ca9640c2ca5695192aec21d2348c8

This commit sets up the Spring Security OAuth protection on the query API and exposes a "get all" type query.

wikkim commented 9 years ago

query functionality works, but not robustly against errors. Not closing until #14 is resolved.