[java-identity-provider] branch main updated: Resource needed for testbed to operate OP plugin.
Codeberg
noreply at shibboleth.net
Mon Feb 16 13:34:39 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/f1b2900a271f2d97b2bba087c5ad7bc83cf65421
The following commit(s) were added to refs/heads/main by this push:
new f1b2900a2 Resource needed for testbed to operate OP plugin.
f1b2900a2 is described below
commit f1b2900a271f2d97b2bba087c5ad7bc83cf65421
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 16 08:34:28 2026 -0500
Resource needed for testbed to operate OP plugin.
---
.../idp/module/conf/oidc-unregistered-client-policy.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/oidc-unregistered-client-policy.json b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/oidc-unregistered-client-policy.json
new file mode 100644
index 000000000..9e04402d0
--- /dev/null
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/oidc-unregistered-client-policy.json
@@ -0,0 +1,14 @@
+{
+ "client_id": {
+ "one_of": ["policyAcceptedClientID1", "policyAcceptedClientID2"]
+ },
+ "scope": {
+ "value": "openid"
+ },
+ "redirect_uri": {
+ "regexp": "^https:\/\/(?:([^.]+).)?example.org\/(.*)"
+ },
+ "response_type": {
+ "one_of": ["code"]
+ }
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list