[java-identity-provider] 03/13: Add an "anybody" access policy.

Scott Cantor cantor.2 at osu.edu
Thu Jul 25 18:22:26 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=cd301528eefe701dad7544415070497763f45a29

commit cd301528eefe701dad7544415070497763f45a29
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 23 15:50:25 2024 -0400

    Add an "anybody" access policy.
---
 .../test/resources/net/shibboleth/idp/module/conf/access-control.xml  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
index f6d908c58..c20cfc00a 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
@@ -41,6 +41,10 @@
             </bean>
         </entry>
         
+        <entry key="AccessByAnyone">
+            <bean parent="shibboleth.PredicateAccessControl" c:_0-ref="shibboleth.Conditions.TRUE" />
+        </entry>
+        
         <!--
         <entry key="AccessByAttribute">
             <bean parent="shibboleth.PredicateAccessControl">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list