[java-idp-plugin-webauthn] branch main updated: Fix name issues in the flow

Phil Smart philip.smart at jisc.ac.uk
Fri Dec 15 09:37:46 UTC 2023


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=ef690a6e7d985a464b2e8d0784d87084ab6dd092

The following commit(s) were added to refs/heads/main by this push:
     new ef690a6  Fix name issues in the flow
ef690a6 is described below

commit ef690a6e7d985a464b2e8d0784d87084ab6dd092
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Dec 15 09:37:43 2023 +0000

    Fix name issues in the flow
---
 .../net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml
index c4b66e2..9a134ce 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml
@@ -17,16 +17,16 @@
     <!-- If passwordless and not usernameless we need a different flow here. Also User verification not required for 2FA-->
     <action-state id="UsernamelessLogin">
         <evaluate expression="'proceed'" />
-        <transition on="proceed" to="GenerateRegistrationCeremonyOptions" />    
+        <transition on="proceed" to="GenerateAuthenticationCeremonyOptions" />    
     </action-state>
     
     <action-state id="PasswordlessLogin">
         <evaluate expression="LookupRegisteredCredentials"/>
         <evaluate expression="'proceed'" />
-        <transition on="proceed" to="GenerateRegistrationCeremonyOptions" />    
+        <transition on="proceed" to="GenerateAuthenticationCeremonyOptions" />    
     </action-state>
     
-     <action-state id="GenerateRegistrationCeremonyOptions">
+     <action-state id="GenerateAuthenticationCeremonyOptions">
         <evaluate expression="GenerateServerChallenge"/>
         <evaluate expression="CreatePublicKeyCredentialRequestOptions"/>
         <evaluate expression="'proceed'" />

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


More information about the commits mailing list