[java-idp-plugin-webauthn] branch main updated: Remove supportedPrincipals leaving supportedPrincipalsByString
Phil Smart
philip.smart at jisc.ac.uk
Fri Jul 5 08:08:47 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=7a337782f78cc33410a84c8738f1fbf7324de99c
The following commit(s) were added to refs/heads/main by this push:
new 7a33778 Remove supportedPrincipals leaving supportedPrincipalsByString
7a33778 is described below
commit 7a337782f78cc33410a84c8738f1fbf7324de99c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jul 5 09:08:44 2024 +0100
Remove supportedPrincipals leaving supportedPrincipalsByString
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 1365cc0..b82e9c3 100644
--- a/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -29,14 +29,6 @@
p:reuseCondition-ref="#{'%{idp.authn.webauthn.reuseCondition:shibboleth.Conditions.TRUE}'.trim()}"
p:activationCondition-ref="#{'%{idp.authn.webauthn.activationCondition:shibboleth.Conditions.TRUE}'.trim()}"
p:subjectDecorator="#{getObject('%{idp.authn.webauthn.subjectDecorator:}'.trim())}">
- <property name="supportedPrincipals">
- <list>
- <bean parent="shibboleth.SAML2AuthnContextClassRef"
- c:classRef="class-ref" />
- <bean parent="shibboleth.SAML1AuthenticationMethod"
- c:method="auth-ref" />
- </list>
- </property>
<property name="supportedPrincipalsByString">
<bean parent="shibboleth.CommaDelimStringArray"
c:_0="#{'%{idp.authn.webauthn.supportedPrincipals:}'.trim()}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list