Previous Topic

Next Topic

Book Contents

Book Index

Configuring Container Authentication

Container Authentication means that the servlet container or web server will authenticate the user. To find out if the user is logged in or not, connectDaily will call HttpServletRequest.getRemoteUser(). If this returns a value, that value is used as the login name.

Before continuing, add at least one administrator level account to connectDaily that has a user name you will use for container login.

Add a line to the cdaily-5.0.0/WEB-INF/configuration.properties that specifies the Container authentication provider:

AuthenticationProvider=com.mhsoftware.cdaily.support.security.AuthProviderContainer

See Also: Configuring Windows Integrated Authentication

See Also

Authentication Architecture

Implementation Notes on BCrypt Authenticator

LDAP/Active Directory Authentication

Cookie Based Single-Signon Authentication

Configuring Windows Integrated Authentication

Automatically Creating Users