Skip to content
Snippets Groups Projects
Commit 1e26d23a authored by Ketil Albertsen's avatar Ketil Albertsen
Browse files

Language check and correction of a number of errors.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@444 44740490-163a-0410-bde0-09ae8108e29a
parent b76d0ea1
No related branches found
No related tags found
No related merge requests found
...@@ -22,22 +22,22 @@ ...@@ -22,22 +22,22 @@
<title>Setting up WebSSO bridges</title> <title>Setting up WebSSO bridges</title>
<para>simpleSAMLphp can be used to bridge between two WebSSO protocols. <para>simpleSAMLphp can be used to bridge between two WebSSO protocols.
Here is some short descriptions of how to setup the different bridge Below you will find short descriptions of how to setup the different
configurations.</para> bridge configurations.</para>
<section> <section>
<title>Bridging SAML 2.0 &lt;-&gt; SAML 2.0</title> <title>Bridging SAML 2.0 &lt;-&gt; SAML 2.0</title>
<para>In this setup you can bridge between two federations using SAML <para>This setup will bridge between two federations using SAML
2.0.</para> 2.0:</para>
<para>To approach this, you must configure both saml 2.0 IdP and SP <para>Configure both SAML 2.0 IdP and SP hosted metadata. In the IdP
hosted metadata, and in the IdP hosted metadata configure the auth hosted metadata, configure the auth parameter to be the SP
parameter to be the SP initialization endpoint, like this:</para> initialization endpoint, like this:</para>
<screen> 'auth' =&gt; 'saml2/sp/initSSO.php?idpentityid=sam.feide.no'</screen> <screen> 'auth' =&gt; 'saml2/sp/initSSO.php?idpentityid=sam.feide.no'</screen>
<para>As you can see you specify the IdP in the remote federation as a <para>As shown, the IdP in the remote federation is specified as a
parameter to the initalization endpoint.</para> parameter to the initalization endpoint.</para>
<note> <note>
...@@ -84,16 +84,17 @@ ...@@ -84,16 +84,17 @@
<section> <section>
<title>Support</title> <title>Support</title>
<para>If you have problems to get this work, or want to discuss <para>If you need help to make this work, or want to discuss simpleSAMLphp
simpleSAMLphp with other users of the software you are lucky! Around with other users of the software, you are fortunate: Around simpleSAMLphp
simpleSAMLphp there is a great Open source community, and you are welcome there is a great Open source community, and you are welcome to join! The
to join! Both for asking question, answer other questions, request forums are open for you to ask questions, contribute answers other further
improvements or contribute with code or plugins of your own.</para> questions, request improvements or contribute with code or plugins of your
own.</para>
<para>Visit the project page of simpleSAMLphp at: <ulink <para>Visit the project page of simpleSAMLphp at: <ulink
url="http://code.google.com/p/simplesamlphp/">http://code.google.com/p/simplesamlphp/</ulink></para> url="http://code.google.com/p/simplesamlphp/">http://code.google.com/p/simplesamlphp/</ulink></para>
<para>And please join the mailinglist: <ulink <para>Please join the mailinglist: <ulink
url="???">https://postlister.uninett.no/sympa/subscribe/simplesaml</ulink></para> url="???">https://postlister.uninett.no/sympa/subscribe/simplesaml</ulink></para>
</section> </section>
</article> </article>
\ No newline at end of file
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