Skip to content

Commit

Permalink
update smoke-test to match changes from integration for oidc dynreg
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Oct 31, 2022
1 parent 45bd537 commit 49bc512
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions testbed/smoke-test/shibboleth-idp/conf/access-control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,20 @@

<util:map id="shibboleth.AccessControlPolicies">

<entry key="AccessByIPAddress">
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.16.0.0/12', '192.168.0.0/12'} }" />
</entry>

<!--
<entry key="AccessByAdminUser">
<bean parent="shibboleth.PredicateAccessControl">
<constructor-arg>
<bean parent="shibboleth.Conditions.SubjectName" c:collection="#{'jdoe'}" />
<bean parent="shibboleth.Conditions.SubjectName" c:collection="#{'banderson'}" />
</constructor-arg>
</bean>
</entry>
-->

<entry key="AccessByIPAddress">
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.16.0.0/12', '192.168.0.0/12'} }" />
</entry>


<!--
<entry key="AccessByAttribute">
<bean parent="shibboleth.PredicateAccessControl">
Expand Down

0 comments on commit 49bc512

Please sign in to comment.