aboutsummaryrefslogtreecommitdiff
path: root/www/mod_webauth
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with OpenSSL 1.1.xJochen Neumeister2018-10-152-1/+100
| | | | | | | | | PR: 232220 Submitted by: Nathan <ndowens@yahoo.com> Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=482160
* Migrate USE_APACHE to USES= apache (category www)Bernard Spil2018-03-111-2/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464189
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-3/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* www/mod_webauth: Document SSL requirement and configure its baseJohn Marino2016-09-121-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421889
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* New port: www/mod_webauth:Ryan Steinmetz2015-10-305-0/+83
WebAuth is an authentication system for web pages and web applications. The first time a user attempts to access a web page protected by WebAuth, they will be sent to a central login server (weblogin.stanford.edu at Stanford) and prompted to authenticate. Normally, they will be asked for a username and password, although other authentication methods are possible. Once the user has logged in, the weblogin server will send their encrypted identity back to the original web page they were trying to access. Their identity will also be stored in a cookie set by the weblogin server and they will not need to authenticate again until their credentials expire, even if they visit multiple protected web sites. WebAuth works with any browser that supports cookies, requires no agents or other software installed on the client web browser systems, and works with an existing Kerberos v5 authentication realm. It can also be used as the SSO provider for a Shibboleth IdP and supports SPNEGO authentication as well as username/password over TLS/SSL. See the page on WebAuth features for more major features and a brief comparison with other web authentication systems. WWW: http://webauth.stanford.edu/ Notes: svn path=/head/; revision=400547