diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-02 08:55:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-02 08:55:42 +0000 |
commit | 094a6b4f85de525d32a0b8787e533e5e77925f7d (patch) | |
tree | 01d3c193446a3383f658344f5cb9f7bb52062ffd /modules/openid/tests/openid_test.module | |
parent | c3760557bda91fa2ad044f289dcfd2ede999363d (diff) | |
download | brdo-094a6b4f85de525d32a0b8787e533e5e77925f7d.tar.gz brdo-094a6b4f85de525d32a0b8787e533e5e77925f7d.tar.bz2 |
- Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in addition to SREF) so that we can extend our OpenID implementation in contrib.
Diffstat (limited to 'modules/openid/tests/openid_test.module')
-rw-r--r-- | modules/openid/tests/openid_test.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index 0512555f9..e980bb6c8 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -78,6 +78,7 @@ function openid_test_yadis_xrds() { </Service> <Service priority="10"> <Type>http://specs.openid.net/auth/2.0/signon</Type> + <Type>http://openid.net/srv/ax/1.0</Type> <URI>' . url('openid-test/endpoint', array('absolute' => TRUE)) . '</URI> </Service> <Service priority="15"> |