Author: owulff
Date: Wed Dec 19 20:05:40 2012
New Revision: 1424070

URL: http://svn.apache.org/viewvc?rev=1424070&view=rev
Log:
claims requested from sts

Modified:
    cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml

Modified: cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml?rev=1424070&r1=1424069&r2=1424070&view=diff
==============================================================================
--- cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml (original)
+++ cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml Wed Dec 19 
20:05:40 2012
@@ -155,7 +155,10 @@
                        <param-name>sts.rstr.content-type</param-name>
                        <param-value>RSTR</param-value>
                </init-param>           
-               
+               <init-param>
+                       <param-name>sts.claims.required</param-name>
+                       <param-value>true</param-value>
+               </init-param>           
        </filter>       
 
        <filter>


Reply via email to