summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/openid_provider/templates/openid_provider/xrds.xml
blob: 960685b0d5b5b1c4079d6a6d70bbe6ca729a0d96 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
	<XRD>
		<Service priority="0">{% for uri in types %}
			<Type>{{ uri|escape }}</Type>
		{% endfor %}{% for endpoint in endpoints %}
			<URI>{{ endpoint }}</URI>
		{% endfor %}</Service>
	</XRD>
</xrds:XRDS>