[java-idp-plugin-webauthn] branch main updated: Fix WebAuthnUserIdPrinicpal serializer

Phil Smart philip.smart at jisc.ac.uk
Thu Aug 1 15:49:14 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=2eaedec82c50527b839784b087cca2bc86c04a57

The following commit(s) were added to refs/heads/main by this push:
     new 2eaedec  Fix WebAuthnUserIdPrinicpal serializer
2eaedec is described below

commit 2eaedec82c50527b839784b087cca2bc86c04a57
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Aug 1 16:49:12 2024 +0100

    Fix WebAuthnUserIdPrinicpal serializer
    
     - Was using the DuoPrincipal
---
 .../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 b82e9c3..c2f51f0 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
@@ -163,7 +163,7 @@
     
     <!-- Principal serialization support. -->
     <bean p:id="WebAuthnUserId" class="net.shibboleth.idp.authn.principal.GenericPrincipalService"
-            c:claz="net.shibboleth.idp.authn.duo.DuoPrincipal">
+            c:claz="net.shibboleth.idp.plugin.authn.webauthn.principal.WebAuthnUserIdPrinicpal">
         <constructor-arg name="serializer">
             <bean class="net.shibboleth.idp.authn.principal.SimplePrincipalSerializer"
                 c:claz=" net.shibboleth.idp.plugin.authn.webauthn.principal.WebAuthnUserIdPrinicpal" c:name="WEBAUTHNUSERID" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list