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"


Reply via email to