Some problems getting Hello World working after got past the log in
o haya
ohaya1001 at gmail.com
Fri Mar 28 02:56:28 UTC 2025
Hi Paul,
Thanks!
This (note I had to set the key to AccessByAdminUser):
<entry key="AccessByAdminUser">
<bean parent="shibboleth.PredicateAccessControl">
<constructor-arg>
<bean parent="shibboleth.Conditions.TRUE" />
</constructor-arg>
</bean>
</entry>
worked!!
If i left the key at "AccessByAnybody" it was failing and the log indicated
it wasn't able to find "AccessByAdminUser".
Thanks,
Jim
On Thu, Mar 27, 2025 at 9:42 PM Paul B. Henson via users <
users at shibboleth.net> wrote:
> 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>
>
> --
> For Consortium Member technical support, see
> https://shibboleth.atlassian.net/wiki/x/ZYEpPw
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20250327/8ae7bbfd/attachment.htm>
More information about the users
mailing list