Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
documentation:latest:authchoice [2017/11/20 15:09] xguimard Spelling errors |
documentation:latest:authchoice [2019/08/12 21:59] (current) |
||
---|---|---|---|
Line 42: | Line 42: | ||
* **Password module** | * **Password module** | ||
* **URL**: optional, can be used to redirect on another URL (for example https://authssl.example.com). This is mandatory if you want to use an Apache authentication module, which is run by Apache before showing the LemonLDAP::NG portal page. | * **URL**: optional, can be used to redirect on another URL (for example https://authssl.example.com). This is mandatory if you want to use an Apache authentication module, which is run by Apache before showing the LemonLDAP::NG portal page. | ||
+ | * **Condition**: optional, can be used to evaluate an expression to display the tab. | ||
+ | |||
+ | <note> | ||
+ | Authentication request to an another URL than Portal URL can lead to a persistent loop between Portal and a redirection URL (pdata is not removed because domains mismatch). To avoid this, you have to set pdata cookie domain by editing ''lemonldap-ng.ini'' in section [portal]: | ||
+ | |||
+ | <file ini> | ||
+ | [portal] | ||
+ | pdataDomain = example.com | ||
+ | </file> | ||
+ | </note> | ||
<note tip>You can prefix the key name with a digit to order them. The digit will not be shown on portal page. Underscore characters are also replaced by spaces.</note> | <note tip>You can prefix the key name with a digit to order them. The digit will not be shown on portal page. Underscore characters are also replaced by spaces.</note> | ||
+ | |||
+ | <note tip>You can also override some LLNG parameters for each chain. See [[parameterlist|Parameter list]] to have the key names to use</note> |