-
Notifications
You must be signed in to change notification settings - Fork 0
Home
erikeldridge edited this page Sep 14, 2010
·
19 revisions
- Run use ‘http://github.com/yql/yql-tables/raw/master/openid/openid.xml’ as openid; select * from openid where id=‘yahoo.com’ and return_to=‘http://example.com’ in the YQL console
- Direct user to log in using the URL returned from the table
- use ‘http://github.com/yql/yql-tables/raw/master/openid/openid.xml’ as table; select * from table where id=‘yahoo.com’ and return_to=‘http://example.com’
- use ‘http://github.com/yql/yql-tables/raw/master/openid/openid.xml’ as openid; select * from openid where id=‘flickr.com/erikeldridge’ and return_to=‘http://example.com’
- use ‘http://github.com/yql/yql-tables/raw/master/openid/openid.xml’ as table; select * from table where id=‘google.com’ and return_to=‘http://example.com’
Tests are run in the YQL console. Here are the queries to test each table (openid.yadis.xml still needs tests):
- use ‘http://github.com/erikeldridge/yql-openid-support/raw/master/openid.test.discover.xml’ as table; select * from table where tableUri = ‘http://github.com/yql/yql-tables/raw/master/openid/openid.discover.xml’;
- use ‘http://github.com/erikeldridge/yql-openid-support/raw/master/openid.test.assoc.xml’ as table; select * from table
- use ‘http://github.com/erikeldridge/yql-openid-support/raw/master/openid.test.xml’ as table; select * from table
- use ‘http://github.com/erikeldridge/yql-openid-support/raw/master/openid.test.normalize.xml’ as table; select * from table
- use ‘http://github.com/erikeldridge/yql-openid-support/raw/master/openid.test.verify.xml’ as table; select * from table