Difference between revisions of "CLARIN/Contrail"
From PDP/Grid Wiki
Jump to navigationJump to search (initial version) |
|||
Line 1: | Line 1: | ||
An interesting option for using OAuth2 may be parts of [http://contrail-project.eu/ Contrail] that the [http://ngs.ac.uk/ NGS] is working on. It contains an OAuth2 client and server (AS+RS), based on the [http://pythonpaste.org/ Python Paste] framework, as well as a way to use X.509 certificates as tokens using [http://grid.ncsa.illinois.edu/myproxy/ MyProxy]. | An interesting option for using OAuth2 may be parts of [http://contrail-project.eu/ Contrail] that the [http://ngs.ac.uk/ NGS] is working on. It contains an OAuth2 client and server (AS+RS), based on the [http://pythonpaste.org/ Python Paste] framework, as well as a way to use X.509 certificates as tokens using [http://grid.ncsa.illinois.edu/myproxy/ MyProxy]. | ||
+ | |||
+ | To get started with this, it is useful to know something about Paste: [[Python Paste Introduction]] |
Revision as of 08:42, 6 September 2012
An interesting option for using OAuth2 may be parts of Contrail that the NGS is working on. It contains an OAuth2 client and server (AS+RS), based on the Python Paste framework, as well as a way to use X.509 certificates as tokens using MyProxy.
To get started with this, it is useful to know something about Paste: Python Paste Introduction