Re-order CAS service options & Typo

This commit is contained in:
Christophe Maudoux 2022-02-12 23:16:03 +01:00
parent 0e9514ab9a
commit 6b40041236
4 changed files with 10 additions and 11 deletions

View File

@ -61,12 +61,6 @@ Then go in ``CAS Service`` to define:
and the user is redirected to CAS service. Then CAS service has to
show a correct error when service ticket validation will fail.
- **CAS session module name and options**: choose a specific module if
you do not want to mix CAS sessions and normal sessions (see
:ref:`why<samlservice-saml-sessions-module-name-and-options>`).
- **CAS attributes**: list of attributes that will be transmitted by
default in the validate response. Keys are the name of attribute in
the CAS response, values are the name of session key.
- **Use strict URL matching**: (since *2.0.12*) enforces a stricter URL
matching. By default, LemonLDAP::NG will try to find a declared CAS
Application matching the hostname of the requested application if it cannot
@ -75,6 +69,12 @@ Then go in ``CAS Service`` to define:
and Proxy tickets are valid after being generated. For compatibility, the
default value of ``0`` means they are valid for the entire session duration.
But the CAS spefications recommends ``300`` (5 minutes).
- **CAS session module name and options**: choose a specific module if
you do not want to mix CAS sessions and normal sessions (see
:ref:`why<samlservice-saml-sessions-module-name-and-options>`).
- **CAS attributes**: list of attributes that will be transmitted by
default in the validate response. Keys are the name of attribute in
the CAS response, values are the name of session key.
.. tip::

View File

@ -15,7 +15,7 @@ for several usage:
Configuration
-------------
- **SOAP/REST exported attributes**: list session attributes shared
- **REST/SOAP exported attributes**: list session attributes shared
through SOAP/REST
- Use ``+`` to append the default list of technical attributes,

View File

@ -1395,12 +1395,11 @@ sub tree {
nodes => [
'casAttr',
'casAccessControlPolicy',
'casStrictMatching',
'casTicketExpiration',
'casStorage',
'casStorageOptions',
'casAttributes',
'casStrictMatching',
'casTicketExpiration',
]
},
'casSrvMetaDataNodes',

File diff suppressed because one or more lines are too long