Enable IdP Status in IdP 3.3.x
Lalith Jayaweera
ljayaweera at gmail.com
Thu Jul 27 19:53:20 EDT 2017
I wanted to enable idp status (https://<idphost>/idp/status) for a
specific IP
I modified access-control.xml and added
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'xxx.xxx.x.xxx/32', '::1/128'} }" />
also in idp.properties I got below
idp.status.accessPolicy= AccessByIPAddress
idp.resolvertest.accessPolicy= AccessByIPAddress
idp.reload.accessPolicy= AccessByIPAddress
but when I try https://<idphost>/idp/status it gives access denied error,
Do I have to configure anything else? basically need is how to enable the
status (previous https://<idphost>/idp/profile/Status) in IdP 3.3.x for a
specific IP
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170728/3aa81f50/attachment.html>
More information about the users
mailing list