[java-idp-plugin-webauthn] branch main updated: Fix naming issue in properties file.
Phil Smart
philip.smart at jisc.ac.uk
Tue Oct 29 14:53:37 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=fa99f285aff772ca5f0a583e8cbd61b40851365d
The following commit(s) were added to refs/heads/main by this push:
new fa99f28 Fix naming issue in properties file.
fa99f28 is described below
commit fa99f285aff772ca5f0a583e8cbd61b40851365d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Oct 29 14:53:34 2024 +0000
Fix naming issue in properties file.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 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 05445d1..f6b0970 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
@@ -65,7 +65,7 @@
p:policyName="%{idp.authn.webauthn.admin.management.accessPolicy:AccessByAdminUser}"
p:nonBrowserSupported="false"
p:authenticated="%{idp.authn.webauthn.admin.management.authenticated:true}"
- p:resolveAttributes="%{idp.authn.webauthn.admin.management.resolveIdentityAttributes:true}">
+ p:resolveAttributes="%{idp.authn.webauthn.admin.management.resolveAttributes:true}">
<property name="authenticationFlows">
<bean parent="shibboleth.CommaDelimStringArray"
c:_0="#{'%{idp.authn.webauthn.admin.management.authenticationFlows:}'.trim()}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list