Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add ant target to generate list of IdPs asserting User Accountability
See ukf/ukf-meta#258 for details
Alex Stuart
committed
Jan 19, 2021
1 parent
65827e6
commit 2de4dcf
Showing
9 changed files
with
146 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h3>Federation Identity Providers Asserting User Accountability</h3><p>The following IdPs assert user accountability (in accordance with section six of the <a href="https://www.ukfederation.org.uk/doc/rules-of-membership">UK federation's rules of membership</a>):</p><br><ul> | ||
<li>Båntshire University</li> | ||
<li>Rummidgé University</li> | ||
<li>Unseen Üniversity</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<EntitiesDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" | ||
xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" | ||
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" | ||
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" | ||
xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute" | ||
xmlns:uklabel="http://ukfederation.org.uk/2006/11/label"> | ||
<EntityDescriptor entityID='https://idp.rummidge.ac.uk/idp'> | ||
<Extensions> | ||
<uklabel:AccountableUsers /> | ||
<uklabel:UKFederationMember /> | ||
<mdrpi:RegistrationInfo registrationAuthority='http://ukfederation.org.uk' /> | ||
</Extensions> | ||
<IDPSSODescriptor> | ||
<Extensions> | ||
<shibmd:Scope>rummidge.ac.uk</shibmd:Scope> | ||
</Extensions> | ||
</IDPSSODescriptor> | ||
<Organization> | ||
<OrganizationName xml:lang='en'>Rummidge University</OrganizationName> | ||
<OrganizationDisplayName xml:lang='en'>Rummidgé University</OrganizationDisplayName> | ||
</Organization> | ||
</EntityDescriptor> | ||
<EntityDescriptor entityID='urn:mace:ac.uk:sdss.ac.uk:provider:identity:unseen.ac.uk'> | ||
<Extensions> | ||
<uklabel:AccountableUsers /> | ||
<uklabel:UKFederationMember /> | ||
<mdrpi:RegistrationInfo registrationAuthority='http://ukfederation.org.uk' /> | ||
<mdattr:EntityAttributes> | ||
<saml:Attribute Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> | ||
<saml:AttributeValue>http://refeds.org/category/hide-from-discovery</saml:AttributeValue> | ||
</saml:Attribute> | ||
</mdattr:EntityAttributes> | ||
</Extensions> | ||
<IDPSSODescriptor> | ||
<Extensions> | ||
<shibmd:Scope>ankh.unseen.ac.uk</shibmd:Scope> | ||
<shibmd:Scope>morpock.unseen.ac.uk</shibmd:Scope> | ||
<shibmd:Scope>naphill.unseen.ac.uk</shibmd:Scope> | ||
<shibmd:Scope>library.unseen.ac.uk</shibmd:Scope> | ||
<shibmd:Scope>high.energy.magic.unseen.ac.uk</shibmd:Scope> | ||
<shibmd:Scope>unseen.ac.uk</shibmd:Scope> | ||
</Extensions> | ||
</IDPSSODescriptor> | ||
<Organization> | ||
<OrganizationName xml:lang='en'>Unseen University</OrganizationName> | ||
<OrganizationDisplayName xml:lang='en'>Unseen Üniversity</OrganizationDisplayName> | ||
</Organization> | ||
</EntityDescriptor> | ||
<EntityDescriptor entityID='https://bantshire.ac.uk/idp'> | ||
<Extensions> | ||
<uklabel:AccountableUsers /> | ||
<uklabel:UKFederationMember /> | ||
<mdrpi:RegistrationInfo registrationAuthority='http://ukfederation.org.uk' /> | ||
</Extensions> | ||
<IDPSSODescriptor> | ||
<Extensions> | ||
<shibmd:Scope>bantshire.ac.uk</shibmd:Scope> | ||
</Extensions> | ||
</IDPSSODescriptor> | ||
<Organization> | ||
<OrganizationName xml:lang='en'>Bantshire University</OrganizationName> | ||
<OrganizationDisplayName xml:lang='en'>Båntshire University</OrganizationDisplayName> | ||
</Organization> | ||
</EntityDescriptor> | ||
<EntityDescriptor entityID='https://idp.monsters.edu/idp'> | ||
<Extensions> | ||
<uklabel:AccountableUsers /> | ||
</Extensions> | ||
<IDPSSODescriptor /> | ||
<Organization> | ||
<OrganizationName xml:lang='en'>Monsters University</OrganizationName> | ||
<OrganizationDisplayName xml:lang='en'>Monsters University</OrganizationDisplayName> | ||
</Organization> | ||
</EntityDescriptor> | ||
<EntityDescriptor entityID='urn:mace:ac.uk:sdss.ac.uk:provider:service:unseen.ac.uk'> | ||
<Extensions> | ||
<uklabel:AccountableUsers /> | ||
<uklabel:UKFederationMember /> | ||
<mdrpi:RegistrationInfo registrationAuthority='http://ukfederation.org.uk' /> | ||
</Extensions> | ||
<SPSSODescriptor /> | ||
<Organization> | ||
<OrganizationName xml:lang='en'>Unseen University</OrganizationName> | ||
<OrganizationDisplayName xml:lang='en'>Unseen University SP</OrganizationDisplayName> | ||
</Organization> | ||
</EntityDescriptor> | ||
</EntitiesDescriptor> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h3>Federation Identity Providers Asserting User Accountability</h3><p>The following IdPs assert user accountability (in accordance with section six of the <a href="https://www.ukfederation.org.uk/doc/rules-of-membership">UK federation's rules of membership</a>):</p><br><ul> | ||
<li>Bantshire University</li> | ||
<li>Rummidge University</li> | ||
<li>Unseen University</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsl:stylesheet | ||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:uklabel="http://ukfederation.org.uk/2006/11/label" | ||
exclude-result-prefixes="xsl md xsi uklabel" | ||
version="1.0"> | ||
|
||
<xsl:output method="html" omit-xml-declaration="yes" encoding="UTF-8"/> | ||
|
||
<xsl:template match="md:EntitiesDescriptor"> | ||
|
||
<h3>Federation Identity Providers Asserting User Accountability</h3> | ||
|
||
<p>The following IdPs assert user accountability (in accordance with section six of the <a href="https://www.ukfederation.org.uk/doc/rules-of-membership">UK federation's rules of membership</a>):</p> | ||
<br /> | ||
<ul> | ||
|
||
<xsl:for-each select="//md:EntityDescriptor[md:IDPSSODescriptor][md:Extensions/uklabel:AccountableUsers][md:Extensions/uklabel:UKFederationMember]"> | ||
<xsl:sort select="md:Organization/md:OrganizationDisplayName"/> | ||
<li><xsl:value-of select="md:Organization/md:OrganizationDisplayName"/></li> | ||
</xsl:for-each> | ||
|
||
</ul> | ||
</xsl:template> | ||
</xsl:stylesheet> | ||
|