Ex: Newbie question - how to test a new shibboleth installation
Michael Young
m.a.young at durham.ac.uk
Mon Aug 14 15:00:30 UTC 2023
On Fri, 11 Aug 2023, David Dellinger wrote:
> Thanks Paul,
>
> I get the same result using curl from the VM that is running the Shibboleth
> container.
>
> $ curl --insecure https://localhost/idp/status
> .snip
> <div class="content">
> You do not have access to the requested resource. </div>
> .snip
>
> I'm reading through the step-by-step that you sent, and am looking at the
> samltest site. Thanks!
Access to the idp status is controlled by the conf/access-control.xml
file, where there will be a line like
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128'} }" />
so you need to work out the address shibboleth is seeing (eg. from the
jetty or tomcat logs) and add that to the line.
Michael Young
More information about the users
mailing list