Skip to content
Snippets Groups Projects
Commit 556347f6 authored by Olav Morken's avatar Olav Morken
Browse files

Clarified documentation for the IdP discovery service icon, and added the icon...

Clarified documentation for the IdP discovery service icon, and added the icon parameter to the valid metadata fields for remote IdPs.


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@621 44740490-163a-0410-bde0-09ae8108e29a
parent c3c7c1d8
No related branches found
No related tags found
No related merge requests found
......@@ -549,8 +549,10 @@
<glossterm>icon</glossterm>
<glossdef>
<para>An icon for this IdP. This icon will be displayed in the
IdP discovery service.</para>
<para>An icon for this IdP. This is a URL to a icon which will
be displayed next to this IdP in the IdP discovery service. The
URL can be absolute or relative. If it is relative, it will be
relative to the simpleSAMPphp www-directory.</para>
</glossdef>
</glossentry>
</glosslist>
......@@ -803,8 +805,11 @@
<glossterm>icon</glossterm>
<glossdef>
<para>An icon for this IdP. This icon will be displayed in the
IdP discovery service. This field is optional.</para>
<para>An icon for this IdP. This is a URL to a icon which will
be displayed next to this IdP in the IdP discovery service. The
URL can be absolute or relative. If it is relative, it will be
relative to the simpleSAMPphp www-directory. This field is
optional.</para>
</glossdef>
</glossentry>
</glosslist>
......
......@@ -39,7 +39,7 @@ try {
foreach ($metalist AS $entityid => $mentry) {
$results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry,
array('entityid', 'SingleSignOnService', 'SingleLogoutService', 'certFingerprint'),
array('name', 'description', 'base64attributes', 'certificate', 'hint.cidr', 'saml2.relaxvalidation', 'SingleLogoutServiceResponse', 'request.signing', 'attributemap', 'attributealter', 'sharedkey', 'assertion.encryption')
array('name', 'description', 'base64attributes', 'certificate', 'hint.cidr', 'saml2.relaxvalidation', 'SingleLogoutServiceResponse', 'request.signing', 'attributemap', 'attributealter', 'sharedkey', 'assertion.encryption', 'icon')
);
}
$et->data['metadata.saml20-idp-remote'] = $results;
......@@ -89,7 +89,7 @@ try {
foreach ($metalist AS $entityid => $mentry) {
$results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry,
array('entityid', 'SingleSignOnService', 'certFingerprint'),
array('name', 'description', 'base64attributes')
array('name', 'description', 'base64attributes', 'icon')
);
}
$et->data['metadata.shib13-idp-remote'] = $results;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment