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
Branches
Tags
No related merge requests found
...@@ -773,8 +773,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -773,8 +773,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glossterm>name</glossterm> <glossterm>name</glossterm>
<glossdef> <glossdef>
<para>A descriptive name of the SP. (Used in the consent <para>A descriptive name of the SP. This can be a string, or an
module)</para> associative array with language code =&gt; translation
pairs.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
...@@ -782,7 +783,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -782,7 +783,9 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glossterm>description</glossterm> <glossterm>description</glossterm>
<glossdef> <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> </glossdef>
</glossentry> </glossentry>
......
...@@ -397,8 +397,9 @@ ...@@ -397,8 +397,9 @@
<glossterm>name</glossterm> <glossterm>name</glossterm>
<glossdef> <glossdef>
<para>A textual name of the IdP. This name is used in the SAML <para>A textual name of the IdP. This can contain a string or an
2.0 discovery service.</para> associative array of language code =&gt; translation pairs. This
name is used in the SAML 2.0 discovery service.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
...@@ -406,8 +407,9 @@ ...@@ -406,8 +407,9 @@
<glossterm>description</glossterm> <glossterm>description</glossterm>
<glossdef> <glossdef>
<para>A longer description of the IdP. The description is used <para>A longer description of the IdP. This can contain a string
in the SAML 2.0 discovery service.</para> or an associative array of language code =&gt; translation pairs.
The description is used in the SAML 2.0 discovery service.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment