View Revisions: Issue #956
Summary | 0000956: Add options to configure internet access per Web App | ||
---|---|---|---|
Revision | 2018-12-14 11:11 by rijkr | ||
Description | IST: Enabled Web App authentication methods are global. SOLL: Add config items to enable internet access and authentication methods per Web App. webapp.internet.enable : Y (default) | N (disable ALL Web Apps on Internet). webapp.internet.*.enable : Y (default) | N (disable Web App on Internet). webapp.internet.*.auth-mode.enable: N (default) | Y (enable webapp.internet.*.auth-modes) webapp.internet.*.auth-modes : a comma-separated list of authentication methods ("name", "id", "nfc-local", "yubikey", "oauth"). The first in the list is the default method. Where "*" is "admin", "jobtickets", "pos" or "user" Web App. Note: when webapp.internet.admin.auth-mode.enable == Y, user "admin" is not allowed to login to Admin WebApp via Internet. |
||
Revision | 2018-05-24 17:33 by rijkr | ||
Description | IST: Enabled Web App authentication methods are global. SOLL: Add config items to enable internet access and authentication methods per Web App. webapp.internet.*.enable : Y (default) | N (disable Web App on Internet). webapp.internet.*.auth-mode.enable: N (default) | Y (enable webapp.internet.*.auth-modes) webapp.internet.*.auth-modes : a comma-separated list of authentication methods ("name", "id", "nfc-local", "yubikey", "oauth"). The first in the list is the default method. Where "*" is "admin", "jobtickets", "pos" or "user" Web App. Note: when webapp.internet.admin.auth-mode.enable == Y, user "admin" is not allowed to login to Admin WebApp via Internet. |
||
Revision | 2018-05-23 14:54 by rijkr | ||
Description | IST: Enabled Web App authentication methods are global. SOLL: Add config items to enable internet access and authentication methods per Web App. webapp.internet.*.enable : Y (default) | N (disable Web App on Internet). webapp.internet.*.auth-mode.enable: N (default) | Y (enable auth mode for Internet) webapp.internet.*.auth-mode.name : Y (default) | N (disable name/pw authentication) webapp.internet.*.auth-mode.yubikey: Y (default) | N (disable Yubikey authentication). Where "*" is "admin", "jobtickets", "pos" or "user" Web App. |