- endpoint supports both SReg and AX - identity taken from edX username - sreg fullname and ax http://axschema.org/namePerson taken from edX name - sreg email and ax http://axschema.org/contact/email taken from edX email
12 lines
389 B
XML
12 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
|
|
<XRD>
|
|
<Service priority="0">
|
|
<Type>http://specs.openid.net/auth/2.0/server</Type>
|
|
<Type>http://openid.net/sreg/1.0</Type>
|
|
<Type>http://openid.net/srv/ax/1.0</Type>
|
|
<URI>${url}</URI>
|
|
</Service>
|
|
</XRD>
|
|
</xrds:XRDS>
|