[java-idp-plugin-webauthn] branch main updated: Wire subject decorator to authn flow descriptor
Phil Smart
philip.smart at jisc.ac.uk
Tue May 21 09:27:07 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=c07950a782f7d7ec6da2ede2d148a57e8ac84727
The following commit(s) were added to refs/heads/main by this push:
new c07950a Wire subject decorator to authn flow descriptor
c07950a is described below
commit c07950a782f7d7ec6da2ede2d148a57e8ac84727
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 21 10:27:03 2024 +0100
Wire subject decorator to authn flow descriptor
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 d374eca..1365cc0 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
@@ -27,7 +27,8 @@
p:lifetime="%{idp.authn.webauthn.lifetime:%{idp.authn.defaultLifetime:PT1H}}"
p:inactivityTimeout="%{idp.authn.webauthn.inactivityTimeout:%{idp.authn.defaultTimeout:PT30M}}"
p:reuseCondition-ref="#{'%{idp.authn.webauthn.reuseCondition:shibboleth.Conditions.TRUE}'.trim()}"
- p:activationCondition-ref="#{'%{idp.authn.webauthn.activationCondition: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"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list