summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-01 05:40:34 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-01 05:40:34 +0000
commite109756cf5958cb1392455f89dc3570c0ea87f01 (patch)
treea559acab181aea70e7ca7ffbccd8dc0ed62e8253
parent5ba5b4634eb9da7fe5162724ec13c0c2911bc6f2 (diff)
downloadlasso-e109756cf5958cb1392455f89dc3570c0ea87f01.tar.gz
lasso-e109756cf5958cb1392455f89dc3570c0ea87f01.tar.xz
lasso-e109756cf5958cb1392455f89dc3570c0ea87f01.zip
Change <p> tags to <para>
-rw-r--r--lasso/id-ff/login.c4
-rw-r--r--lasso/id-wsf-2.0/soap_binding.c16
2 files changed, 10 insertions, 10 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c
index f36062f6..5d47ca40 100644
--- a/lasso/id-ff/login.c
+++ b/lasso/id-ff/login.c
@@ -206,12 +206,12 @@
* </programlisting>
* </example>
*
- * <p>The implement an IdP you must create a single sign-on service endpoint, the needed APIs for
+ * <para>The implement an IdP you must create a single sign-on service endpoint, the needed APIs for
* this are lasso_login_process_authn_request_msg(), lasso_login_validate_request_msg(),
* lasso_login_build_assertion(), lasso_login_build_authn_response_msg() and
* lasso_login_build_artifact_msg(). You will have to chose between
* lasso_login_build_authn_response_msg() and lasso_login_build_artifact_msg() depending on the
- * requested protocol for the response by the service provider</p>
+ * requested protocol for the response by the service provider</para>
*
* <example>
* <title>Identity provider single sign-on service</title>
diff --git a/lasso/id-wsf-2.0/soap_binding.c b/lasso/id-wsf-2.0/soap_binding.c
index 4cfa891d..b9c7bb96 100644
--- a/lasso/id-wsf-2.0/soap_binding.c
+++ b/lasso/id-wsf-2.0/soap_binding.c
@@ -71,17 +71,17 @@ lasso_soap_envelope_sb2_get_provider_id(LassoSoapEnvelope *soap_envelope)
* lasso_soap_envelope_sb2_get_redirect_request_url:
* @soap_envelope: a #LassoSoapEnvelope object
*
- * <p>Return the redirect request URL from the sb2:RedirectRequest SOAP Fault detail.</p>
+ * <para>Return the redirect request URL from the sb2:RedirectRequest SOAP Fault detail.</para>
*
- * <p>The WSC MUST verify that this URL belong to the WSP. You can do this by comparing the domain
- * with the one in the @LassoProfile.msg_url field</p>
- * <p>The WSC MUST redirect the User Agent to this URL with a GET or POST request. It MUST add a
+ * <para>The WSC MUST verify that this URL belong to the WSP. You can do this by comparing the domain
+ * with the one in the @LassoProfile.msg_url field</para>
+ * <para>The WSC MUST redirect the User Agent to this URL with a GET or POST request. It MUST add a
* parameter named ReturnToURL giving the URL where the WSP will send the User Agent after the
* interaction. It MAY add an IDP parameter indicating to the WSP how to authenticate the principal
- * if no preexisting session with the User Agent exists</p>
- *<p>The WSP must check that the ReturnToURL belon to the WSP, by using the providerID URL for example.</p>
- <p>After the interaction the WSC must redirect the User Agent to the ReturnToURL URL adding a parameter named ResendMessage. If ResendMessage is 0 or false, it means that the principal refused to continue the process. Any other value means that the prinicpal accepted and so the WSC can try again its request.</p>
- <p>In order to succeed the request need to refer to the SOAP Fault response containing the RedirectRequest element. See lasso_soap_envelope_get_relates_to(), and #LassoWsAddrAttributedURI.</p>
+ * if no preexisting session with the User Agent exists</para>
+ *<para>The WSP must check that the ReturnToURL belon to the WSP, by using the providerID URL for example.</para>
+ <para>After the interaction the WSC must redirect the User Agent to the ReturnToURL URL adding a parameter named ResendMessage. If ResendMessage is 0 or false, it means that the principal refused to continue the process. Any other value means that the prinicpal accepted and so the WSC can try again its request.</para>
+ <para>In order to succeed the request need to refer to the SOAP Fault response containing the RedirectRequest element. See lasso_soap_envelope_get_relates_to(), and #LassoWsAddrAttributedURI.</para>
*
* Return value:(transfer none)(allow-none): the redirect URL string or NULL if no sb2:RedirectRequest detail is present.
*/