[java-identity-provider] branch main updated: Add an "anybody" access policy.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 23 19:50:28 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=681fbcc864c7e31927071681aa2c9f8fcc350514
The following commit(s) were added to refs/heads/main by this push:
new 681fbcc86 Add an "anybody" access policy.
681fbcc86 is described below
commit 681fbcc864c7e31927071681aa2c9f8fcc350514
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