You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/11/22 10:30:40 UTC

svn commit: r1204875 - /incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext

Author: jasha
Date: Tue Nov 22 09:30:39 2011
New Revision: 1204875

URL: http://svn.apache.org/viewvc?rev=1204875&view=rev
Log:
RAVE-357 add displayname SSO config to documentation

Modified:
    incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext?rev=1204875&r1=1204874&r2=1204875&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/sso-login.mdtext Tue Nov 22 09:30:39 2011
@@ -80,6 +80,7 @@ Place the following Spring security conf
       <beans:bean id="ssoLoginHandler" class="org.apache.rave.portal.security.impl.DefaultSSOLoginHandler">
         <beans:property name="autoCreateUser" value="true"/>
         <beans:property name="ssoHeaderEmail" value="Shib-InetOrgPerson-mail"/>
+        <beans:property name="ssoHeaderDisplayName" value="displayName"/>
         <beans:property name="defaultPageLayout" value="columns_2"/>
         <beans:property name="defaultUserRole" value="ROLE_USER"/>
         <beans:constructor-arg index="0" ref="defaultNewAccountService"/>