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

Document that name & description of remote SP/IdP can contain multiple translations.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@819 44740490-163a-0410-bde0-09ae8108e29a
parent c8c18723
No related branches found
No related tags found
No related merge requests found
......@@ -773,8 +773,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glossterm>name</glossterm>
<glossdef>
<para>A descriptive name of the SP. (Used in the consent
module)</para>
<para>A descriptive name of the SP. This can be a string, or an
associative array with language code =&gt; translation
pairs.</para>
</glossdef>
</glossentry>
......@@ -782,7 +783,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glossterm>description</glossterm>
<glossdef>
<para>A longer description of the SP. (Not used)</para>
<para>A longer description of the SP. This can be a string, or an
associative array with language code =&gt; translation
pairs.</para>
</glossdef>
</glossentry>
......
......@@ -397,8 +397,9 @@
<glossterm>name</glossterm>
<glossdef>
<para>A textual name of the IdP. This name is used in the SAML
2.0 discovery service.</para>
<para>A textual name of the IdP. This can contain a string or an
associative array of language code =&gt; translation pairs. This
name is used in the SAML 2.0 discovery service.</para>
</glossdef>
</glossentry>
......@@ -406,8 +407,9 @@
<glossterm>description</glossterm>
<glossdef>
<para>A longer description of the IdP. The description is used
in the SAML 2.0 discovery service.</para>
<para>A longer description of the IdP. This can contain a string
or an associative array of language code =&gt; translation pairs.
The description is used in the SAML 2.0 discovery service.</para>
</glossdef>
</glossentry>
......
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