summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-14 13:46:00 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-14 13:46:00 +0000
commitc100bc71f668f7374714569b8f8729268eb4de8d (patch)
treec96efd728175f11190fbfe4225c5cd0397b0d032 /docs/lasso-book
parentb6aee731115594f98da80d2f48eb1c061a5232c0 (diff)
downloadlasso-c100bc71f668f7374714569b8f8729268eb4de8d.tar.gz
lasso-c100bc71f668f7374714569b8f8729268eb4de8d.tar.xz
lasso-c100bc71f668f7374714569b8f8729268eb4de8d.zip
format the metadata to avoid an horizontal scrollbar
Diffstat (limited to 'docs/lasso-book')
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt
index a5049c52..114b23ce 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -122,7 +122,9 @@ norminative URLs::
<SingleLogoutServiceURL>https://sp.example.com/singleLogout</SingleLogoutServiceURL>
<SingleLogoutProtocolProfile>http://projectliberty.org/profiles/slo-idp-soap</SingleLogoutProtocolProfile>
<SoapEndpoint>https://sp.example.com/soapEndpoint</SoapEndpoint>
- <AssertionConsumerServiceURL id="AssertionConsumerServiceURL1" isDefault="true">https://sp.example.com/assertionConsumer</AssertionConsumerServiceURL>
+ <AssertionConsumerServiceURL id="AssertionConsumerServiceURL1" isDefault="true">
+ https://sp.example.com/assertionConsumer
+ </AssertionConsumerServiceURL>
<AuthnRequestsSigned>true</AuthnRequestsSigned>
</SPDescriptor>
</EntityDescriptor>