[java-idp-plugin-webauthn] branch main updated: Improve view-state name

Phil Smart philip.smart at jisc.ac.uk
Fri Aug 9 13:43:50 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=782b5afa2ce299f61b176fa6b1d774d6432ed8b7

The following commit(s) were added to refs/heads/main by this push:
     new 782b5af  Improve view-state name
782b5af is described below

commit 782b5afa2ce299f61b176fa6b1d774d6432ed8b7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Aug 9 14:43:47 2024 +0100

    Improve view-state name
---
 .../flows/admin/webauthn-registration/webauthn-registration-flow.xml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
index c83b8b9..627ac57 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
@@ -72,10 +72,10 @@
         <evaluate expression="AddUserVerificationRequired"/>
         <evaluate expression="CreatePublicKeyCredentialCreationOptions"/>
         <evaluate expression="'proceed'" />
-        <transition on="proceed" to="DisplayWebAuthnView" />    
+        <transition on="proceed" to="DisplayWebAuthnRegistrationView" />    
     </action-state>     
     
-    <view-state id="DisplayWebAuthnView" view="webauthn/webauthn-register">
+    <view-state id="DisplayWebAuthnRegistrationView" view="webauthn/webauthn-register">
         <on-render>
             <evaluate expression="environment" result="viewScope.environment" />
             <evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />

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


More information about the commits mailing list