[java-plugin-shibd-oidc] branch main updated: Add missing disallowedFeatures constants
Codeberg
noreply at shibboleth.net
Fri Apr 17 13:39:13 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/8ea92e0bda046befe66a2874eed7f019c457c3a5
The following commit(s) were added to refs/heads/main by this push:
new 8ea92e0 Add missing disallowedFeatures constants
8ea92e0 is described below
commit 8ea92e0bda046befe66a2874eed7f019c457c3a5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 17 14:39:02 2026 +0100
Add missing disallowedFeatures constants
---
.../net/shibboleth/sp/service/agent/postconfig.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index b544a5a..3b41faf 100644
--- a/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -104,6 +104,21 @@
p:shouldValidateAcrValue="%{sp.oidc.idToken.validateAcrValue:true}">
</bean>
+ <util:constant id="OIDC.SSO.FEATURE_ESSENTIAL_ACR_REQUEST"
+ static-field="net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration.FEATURE_ESSENTIAL_ACR_REQUEST"/>
+
+ <util:constant id="OIDC.SSO.FEATURE_LOGIN_HINT"
+ static-field="net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration.FEATURE_LOGIN_HINT"/>
+
+ <util:constant id="OIDC.SSO.FEATURE_FORCEAUTHN"
+ static-field="net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration.FEATURE_FORCEAUTHN"/>
+
+ <util:constant id="OIDC.SSO.FEATURE_RESOURCE_INDICATOR"
+ static-field="net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration.FEATURE_RESOURCE_INDICATOR"/>
+
+ <util:constant id="OIDC.SSO.FEATURE_SCOPE"
+ static-field="net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration.FEATURE_SCOPE"/>
+
<bean id="shibboleth.oidc.DefaultSecurityConfiguration"
class="net.shibboleth.oidc.profile.config.JSONSecurityConfiguration" c:clockSkew="%{sp.policy.clockSkew:PT1M}">
<constructor-arg name="idGenerator">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list