diff options
| -rw-r--r-- | docs/lasso-book/writing-a-c-sp.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt index d11bbbb7..30096e7b 100644 --- a/docs/lasso-book/writing-a-c-sp.txt +++ b/docs/lasso-book/writing-a-c-sp.txt @@ -180,8 +180,9 @@ service. .. note:: the login URL is not normative; any name will go. -``server`` is a ``LassoServer`` and ``idpProviderId`` is a string with the -identity provider Id (defined in metadata). +``server`` is a ``LassoServer`` as seen earlier and ``idpProviderId`` is a +string with the identity provider Id (the string must match a providerID +defined in the metadata file). :: |
