Difference between revisions of "CLARIN/OAuth2 real world usage"
From PDP/Grid Wiki
Jump to navigationJump to search (almost finish list) |
(finish list (for now)) |
||
| Line 334: | Line 334: | ||
| | | | ||
|<small>in [https://foodl.org/ Foodle], [http://www.surfnet.nl/en/Thema/coin/whatis/Pages/default.aspx SURFcontext], [https://www.sympa.org/ Sympa], among others</small> | |<small>in [https://foodl.org/ Foodle], [http://www.surfnet.nl/en/Thema/coin/whatis/Pages/default.aspx SURFcontext], [https://www.sympa.org/ Sympa], among others</small> | ||
| − | + | |- | |
| + | |Deutsche Telekom | ||
| + | |10 | ||
| + | |colspan=7|? | ||
| + | |<small>[http://www.ietf.org/mail-archive/web/oauth/current/msg06844.html see] [http://www.ietf.org/mail-archive/web/oauth/current/msg06844.html here]</small> | ||
<!-- row template | <!-- row template | ||
|- | |- | ||
| Line 349: | Line 353: | ||
--> | --> | ||
|} | |} | ||
| + | |||
(0) [http://www.programmableweb.com/apis/directory/1?auth=OAuth2 programmableweb] has a nice list as well; some draft numbers [http://cs.uno.edu/~dbilar/oauth2011.pdf here] | (0) [http://www.programmableweb.com/apis/directory/1?auth=OAuth2 programmableweb] has a nice list as well; some draft numbers [http://cs.uno.edu/~dbilar/oauth2011.pdf here] | ||
| + | |||
(1) perhaps not fully compliant, SDK omits <tt>response_type</tt> parameter | (1) perhaps not fully compliant, SDK omits <tt>response_type</tt> parameter | ||
Revision as of 14:06, 12 July 2012
OAuth2 is gaining traction. To learn about how it is used in practice, I have compiled a table of known implementations. This will help in assessing how to put this technology into use for CLARIN.
| Provider | draft | supported flows | note | ||||||
|---|---|---|---|---|---|---|---|---|---|
| authz code | implicit | owner cred | client cred | device | assertion | custom | |||
| 12 | X | X | X | ||||||
| Github | 07 | X | |||||||
| Google, YouTube | 22+25 | X | X | jwt | |||||
| Salesforce | 10 | X | X | ||||||
| Foursquare | X | X | X | ||||||
| SoundCloud | 10 | X | X | X | refresh | ||||
| Geoloqi | 10 | X | X | X | |||||
| Glitch | 13 | X | X | ||||||
| MS Live Connect | 15 | X | X | sign-in | |||||
| bit.ly | X | xauth | |||||||
| Meetup | 15 | X | X | ||||||
| dailymile | 11 | X | X | ||||||
| LevelUp | 11 | X | |||||||
| X | |||||||||
| Yapp | |||||||||
| Viadeo | X | X | |||||||
| Dailymotion | 10 | X | X | X | |||||
| PayPal | X | ||||||||
| MailChimp | 10 | X | |||||||
| CheckFront | 20 | X | refresh, expire | ||||||
| Yammer | 20 | X | X | ||||||
| Eventbrite | X | X | |||||||
| Add to Trip | X | X | (1) | ||||||
| Numote Live | |||||||||
| Svpply | X | ||||||||
| Breezy | |||||||||
| Orcid | 22 | ? | |||||||
| via.me | X | X | |||||||
| VOOT | 26 | X | X | in Foodle, SURFcontext, Sympa, among others | |||||
| Deutsche Telekom | 10 | ? | see here | ||||||
(0) programmableweb has a nice list as well; some draft numbers here
(1) perhaps not fully compliant, SDK omits response_type parameter