Confirmed users
471
edits
(add copy of a simple python demo) |
|||
Line 119: | Line 119: | ||
=== Authentication === | === Authentication === | ||
The sync servers no longer authenticate against an external source. They should 404 any requests (other than pool creation with a valid ticket) that reference a non-existent pool, and 401 if the signature is not valid. | The sync servers no longer authenticate against an external source. They should 404 any requests (other than pool creation with a valid ticket) that reference a non-existent pool, and 401 if the signature is not valid. | ||
= Discussion = | |||
[[Media:wep115-cred-xfer-demo-g8d2b637.tar.gz]] is a simple python-based demo of a credential exchange, using a simple HTTP server as the backend. | |||
--[[User:Warner|Brian Warner]] 21:36, 16 June 2010 (UTC) |