diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-18 20:49:40 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-18 20:49:40 +0000 |
| commit | 8564291ec3ef1e7fbf0022420a9701316d6d2cbe (patch) | |
| tree | fd41f27a0a84edbc374f3a1c516e72242026e185 /docs/reference/tmpl/login.sgml | |
| parent | c6dc916163497ac24431fb45c11921a12d353433 (diff) | |
| download | lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.tar.gz lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.tar.xz lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.zip | |
documented a few things
Diffstat (limited to 'docs/reference/tmpl/login.sgml')
| -rw-r--r-- | docs/reference/tmpl/login.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/reference/tmpl/login.sgml b/docs/reference/tmpl/login.sgml index 28c8dcd5..0479dd48 100644 --- a/docs/reference/tmpl/login.sgml +++ b/docs/reference/tmpl/login.sgml @@ -131,7 +131,10 @@ printf("Location: /\n\nRedirected to site root\n"); <!-- ##### STRUCT LassoLogin ##### --> <para> - +Single sign-on profile for the current transaction; possibly an +assertionArtifact to be used by the service provider in its +"assertionConsumerServiceURL" and the assertion created or received for the +principal. </para> @protocolProfile: @@ -140,7 +143,7 @@ printf("Location: /\n\nRedirected to site root\n"); <!-- ##### ENUM LassoLoginProtocolProfile ##### --> <para> - +Identifies the two possible profiles for Single Sign-On and Federation. </para> @LASSO_LOGIN_PROTOCOL_PROFILE_BRWS_ART: |
