Add role information
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 3 Jul 2007 19:56:59 +0000 (19:56 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 3 Jul 2007 19:56:59 +0000 (19:56 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2287 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/WEB-INF/web.xml

index b3b3952..caa1086 100644 (file)
@@ -75,6 +75,9 @@
             <http-method>GET</http-method>
             <http-method>POST</http-method>
         </web-resource-collection>
+        <auth-constraint> 
+            <role-name>*</role-name> 
+        </auth-constraint>
         <user-data-constraint>
             <transport-guarantee>INTEGRAL</transport-guarantee>
         </user-data-constraint>
       <auth-method>BASIC</auth-method>
       <realm-name>IdP Password Authentication</realm-name>
     </login-config>
+    
+    <security-role>
+        <description>All Users</description>
+        <role-name>users</role-name>
+    </security-role>
+    
 </web-app>
\ No newline at end of file