Skip to content

Instantly share code, notes, and snippets.

@amusarra
Created October 16, 2012 08:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save amusarra/3897993 to your computer and use it in GitHub Desktop.
Configuration portal-ext.properties for iFrame Portlet
##
## 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