+

Search Tips   |   Advanced Search

AuthenticationService.properties

 

# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004 - All Rights reserved.

# ---------------------------------------- #
# Properties of the Authentication Service #
# ---------------------------------------- #

# Performance switch: Possibility to disable the execution of the portal JAAS login
# Disable only if no JAAS Login Modules are defined for the portal application login configuration

# Default: false
#authentication.execute.portal.jaas.login = false


# This setting determines the Realm used for authentication against WAS.

# Default: WPS
#authentication.realm.name=WPS


# Determines if in error case during authentication causes a redirect to an error screen or if an
# exception should be thrown that can be caught by the Login Portlet.

# Default: false
#authentication.screen.login = false


# Determines which JAAS login configuration is performed when the WAS Admin user is built.

# Default: WSLogin
#authentication.basic.login.target = WSLogin