Skip to content
Snippets Groups Projects
Commit f5d576d9 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

simplification

An SP admin is expected to understand how SAML works.
parent 91ea9406
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,6 @@ msgstr "Profils d'utilisateur:" ...@@ -39,10 +39,6 @@ msgstr "Profils d'utilisateur:"
msgid "Accounts validity period, in days:" msgid "Accounts validity period, in days:"
msgstr "Durée de validité des comptes, en jours:" msgstr "Durée de validité des comptes, en jours:"
#: templates/web/edugain/create_accounts.tt2.html:51 templates/web/renater/create_accounts.tt2.html:53
msgid "After a successfull authentication process these attributes are transmitted via the SAML protocol to your service provider."
msgstr "Ces attributs sont transmis via le protocole SAML, après une authentification réussie, à votre fournisseur de service."
#: templates/web/renater/index.tt2.html:126 #: templates/web/renater/index.tt2.html:126
msgid "All rights reserved" msgid "All rights reserved"
msgstr "Tous droits réservés" msgstr "Tous droits réservés"
...@@ -77,10 +73,6 @@ msgstr "En tant que membre de l'accord GÉANT 2020 Framework Partnership Agreeme ...@@ -77,10 +73,6 @@ msgstr "En tant que membre de l'accord GÉANT 2020 Framework Partnership Agreeme
msgid "Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of the Service Provider <strong>%1</strong>." msgid "Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of the Service Provider <strong>%1</strong>."
msgstr "Avant de pouvoir créer des comptes de test sur ce fournisseur d'identité, nous devons nous assurer que vous êtes un administrateur légitime du fournisseur de service <strong>%1</strong>." msgstr "Avant de pouvoir créer des comptes de test sur ce fournisseur d'identité, nous devons nous assurer que vous êtes un administrateur légitime du fournisseur de service <strong>%1</strong>."
#: templates/web/edugain/create_accounts.tt2.html:50 templates/web/renater/create_accounts.tt2.html:52
msgid "Below is the list of user attributes associated to this test account."
msgstr "Voici la liste des attributs utilisateur associés à ce compte de test."
#. (challenge_url) #. (challenge_url)
#: templates/mail/send_authentication_token.tt2.txt:6 #: templates/mail/send_authentication_token.tt2.txt:6
msgid "Challenge URL: %1" msgid "Challenge URL: %1"
......
...@@ -46,22 +46,16 @@ ...@@ -46,22 +46,16 @@
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>
<h3>[% lh.maketext("User attributes list") %]</h3> <h3>[% lh.maketext("User attributes list") %]</h3>
<p> <table>
[% lh.maketext("Below is the list of user attributes associated to this test account.") %]
[% lh.maketext("After a successfull authentication process these attributes are transmitted via the SAML protocol to your service provider.") %]
</p>
<div>
<table>
[% FOREACH pair IN attributes.pairs %] [% FOREACH pair IN attributes.pairs %]
<tr> <tr>
<th>[% pair.key %]</th><td>[% pair.value.join(', ') %]</td> <th>[% pair.key %]</th><td>[% pair.value.join(', ') %]</td>
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr> </tr>
</table> </table>
</div>
<div class="callout warning"> <div class="callout warning">
[% lh.maketext( [% lh.maketext(
......
...@@ -48,22 +48,16 @@ ...@@ -48,22 +48,16 @@
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>
<h3>[% lh.maketext("User attributes list") %]</h3> <h3>[% lh.maketext("User attributes list") %]</h3>
<p> <table>
[% lh.maketext("Below is the list of user attributes associated to this test account.") %]
[% lh.maketext("After a successfull authentication process these attributes are transmitted via the SAML protocol to your service provider.") %]
</p>
<div>
<table>
[% FOREACH pair IN attributes.pairs %] [% FOREACH pair IN attributes.pairs %]
<tr> <tr>
<th>[% pair.key %]</th><td>[% pair.value.join(', ') %]</td> <th>[% pair.key %]</th><td>[% pair.value.join(', ') %]</td>
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr> </tr>
</table> </table>
</div>
<div class="callout alert-callout-border warning"> <div class="callout alert-callout-border warning">
[% lh.maketext( [% lh.maketext(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment