You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2012/07/19 17:47:11 UTC

svn commit: r1363393 - /cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml

Author: coheigea
Date: Thu Jul 19 15:47:10 2012
New Revision: 1363393

URL: http://svn.apache.org/viewvc?rev=1363393&view=rev
Log:
Encrypt the issued token

Modified:
    cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml

Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml?rev=1363393&r1=1363392&r2=1363393&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml Thu Jul 19 15:47:10 2012
@@ -33,6 +33,7 @@
 		<property name="tokenProviders" ref="encryptedUtSamlTokenProvider"/>
 		<property name="services" ref="encryptedUtService"/>
 		<property name="stsProperties" ref="encryptedUtSTSProperties"/>
+		<property name="encryptIssuedToken" value="true" />
 	</bean>
 	
 	<bean id="encryptedUtValidateDelegate"