Some problems getting Hello World working after got past the log in

Paul B. Henson henson at acm.org
Fri Mar 28 01:42:38 UTC 2025


On 3/27/2025 10:46 AM, o haya via users wrote:

> But I have not been able to allow for all/any users yet :(...

To further clarify Peter's suggestion:

   <entry key="AccessByAllIPAddresses">
     <bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
       p:allowedRanges="#{ {'0.0.0.0/0', '::/0'} }" />
     </entry>
   </entry>


Or perhaps a more direct approach:

         <entry key="AccessByAnybody">
             <bean parent="shibboleth.PredicateAccessControl">
                 <constructor-arg>
			<bean parent="shibboleth.Conditions.TRUE" />
                 </constructor-arg>
             </bean>
         </entry>



More information about the users mailing list