[java-idp-plugin-webauthn] branch main updated: Fix typo
Phil Smart
philip.smart at jisc.ac.uk
Mon May 13 14:38: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=f2d4401bd10df99c8886dda9c6c2a7689db64700
The following commit(s) were added to refs/heads/main by this push:
new f2d4401 Fix typo
f2d4401 is described below
commit f2d4401bd10df99c8886dda9c6c2a7689db64700
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon May 13 15:38:44 2024 +0100
Fix typo
---
.../flows/admin/webauthn-registration/webauthn-registration-beans.xml | 2 +-
.../net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml | 2 +-
.../idp/plugin/authn/webauthn/conf/authn/webauthn.properties | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-beans.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-beans.xml
index e6badd1..51b2ac7 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-beans.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-beans.xml
@@ -39,7 +39,7 @@
p:httpServletRequestSupplier-ref="shibboleth.HttpServletRequestSupplier"
p:uppercase="%{idp.authn.webauthn.registration.username.uppercase:false}"
p:lowercase="%{idp.authn.webauthn.registration.username.lowercase:false}"
- p:trim="%{idp.authn.webauthn.registration.username.trime:false}"
+ p:trim="%{idp.authn.webauthn.registration.username.trim:false}"
p:transforms="#{getObject('shibboleth.authn.webauthn.registration.UsernameTransformations')}"/>
<!-- Important that this gets the username from the subject context, not the initial context that is created -->
diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
index 5e3c719..fcfe5b4 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
@@ -79,7 +79,7 @@
p:webAuthnContextLookupStrategy-ref="shibboleth.ChildLookup.WebAuthnAuthenticationContextFromAuthenticationContext"
p:uppercase="%{idp.authn.webauthn.passwordless.username.uppercase:false}"
p:lowercase="%{idp.authn.webauthn.passwordless.username.lowercase:false}"
- p:trim="%{idp.authn.webauthn.passwordless.username.trime:false}"
+ p:trim="%{idp.authn.webauthn.passwordless.username.trim:false}"
p:transforms="#{getObject('shibboleth.authn.webauthn.passwordless.UsernameTransformations')}"/>
<bean id="EnsureAllowedCredentialsIsEmpty" parent="AbstractWebAuthnAuthenticationAction" scope="prototype"
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
index ad7bbed..584f137 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
@@ -91,7 +91,7 @@ idp.authn.webauthn.supportedPrincipals = \
# Basic transformations that should be applied to the username that is initially collected in the registration flow
#idp.authn.webauthn.registration.username.uppercase = false
#idp.authn.webauthn.registration.username.lowercase = false
-#idp.authn.webauthn.registration.username.trime = false
+#idp.authn.webauthn.registration.username.trim = false
#### Administrator properties
@@ -133,4 +133,4 @@ idp.authn.webauthn.supportedPrincipals = \
# Basic transformations that should be applied to the username that is collected as part of the usernameless flow
#idp.authn.webauthn.passwordless.username.uppercase = false
#idp.authn.webauthn.passwordless.username.lowercase = false
-#idp.authn.webauthn.passwordless.username.trime = false
+#idp.authn.webauthn.passwordless.username.trim = false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list