This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
expression/vhosts/system/descriptions/EntityDescriptor.xml

33 lines
1.3 KiB
XML

<?xml version="1.0"?>
<yep:description schema="/schemas/Description.xsd"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:yep="http://abracadabra.entrouvert.org/0.0"
xmlns:xforms="http://www.w3.org/2002/xforms">
<xforms:model id="entityDescriptorModel"
schema="/schemas/EntityDescriptor.xsd">
<xforms:submission action="file://tmp/abracadabra-put.xml" method="put" id="submit"/>
</xforms:model>
<yep:page name="view">
<yep:body>
<xforms:group model="entityDescriptorModel">
<xforms:label yep:translatable="true">Entity Descriptor</xforms:label>
<xforms:input ref="@providerID">
<xforms:label yep:translatable="true">Provider ID</xforms:label>
</xforms:input>
<xforms:input ref="yep:IDPDescriptor/yep:SoapEndpoint">
<xforms:label yep:translatable="true">SOAP Endpoint</xforms:label>
</xforms:input>
<xforms:input ref="yep:IDPDescriptor/yep:SingleSignOnServiceURL">
<xforms:label yep:translatable="true">Single Sign On Service URL</xforms:label>
</xforms:input>
</xforms:group>
</yep:body>
<yep:actionButtonsBar>
<yep:actionButton>
<xforms:label yep:translatable="true">Edit</xforms:label>
<yep:action>edit</yep:action>
</yep:actionButton>
</yep:actionButtonsBar>
</yep:page>
</yep:description>