Created
October 16, 2012 08:16
-
-
Save amusarra/3897993 to your computer and use it in GitHub Desktop.
Configuration portal-ext.properties for iFrame Portlet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## IFrame Portlet | |
## | |
# | |
# Specify a role name that a user must be associated with in order to | |
# configure the IFrame portlet to use the @password@ token. This token is | |
# used to post the password of users who access this portlet in order to | |
# automatically login to the framed site. | |
# | |
# No role is required by default. However, it is recommended that you | |
# specify a role in high security environments where users who configure | |
# this portlet may attempt password theft. See LPS-5272 for more | |
# information. | |
# | |
iframe.password.token.role=iFrameUserToken | |
## | |
## Session | |
## | |
# | |
# Set this to true to store the user's password in the session. | |
# | |
session.store.password=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment