[java-idp-plugin-webauthn] branch main updated: Clean view names

Phil Smart philip.smart at jisc.ac.uk
Tue Jan 30 10:46:58 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=038b6cf10494ed7f235844260f62b5d67ad77560

The following commit(s) were added to refs/heads/main by this push:
     new 038b6cf  Clean view names
038b6cf is described below

commit 038b6cf10494ed7f235844260f62b5d67ad77560
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 30 11:46:56 2024 +0100

    Clean view names
---
 .../webauthn-registration-flow.xml                 |  2 +-
 .../idp/flows/authn/WebAuthn/webauthn-flow.xml     |  2 +-
 .../idp/plugin/authn/webauthn/module.properties    | 25 ++++++++++++----------
 ...stration-outcomes.vm => webauthn-registered.vm} |  0
 ...uthn-username-entry.vm => webauthn-username.vm} |  0
 5 files changed, 16 insertions(+), 13 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 cd89004..2531e61 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
@@ -79,7 +79,7 @@
         </transition>
     </action-state>
     
-    <view-state id="DisplayWebAuthnAdminResult" view="webauthn/webauthn-registration-outcomes">
+    <view-state id="DisplayWebAuthnAdminResult" view="webauthn/webauthn-registered">
         <on-entry>
             <evaluate expression="LookupRegisteredCredentials"/>            
         </on-entry>
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 aa308e8..04971c1 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
@@ -25,7 +25,7 @@
         <transition on="proceed" to="CollectUsernameView" />    
     </action-state>
         
-    <view-state id="CollectUsernameView" view="webauthn/webauthn-username-entry">
+    <view-state id="CollectUsernameView" view="webauthn/webauthn-username">
         <on-render>
             <evaluate expression="environment" result="viewScope.environment" />
             <evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
index d924e7b..1e3719f 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
@@ -27,20 +27,23 @@ idp.authn.WebAuthn.4.dest = views/webauthn/webauthn-register.vm
 idp.authn.WebAuthn.5.src = /net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-registered.vm
 idp.authn.WebAuthn.5.dest = views/webauthn/webauthn-registered.vm
 
-idp.authn.WebAuthn.6.src = /net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-selector.vm
-idp.authn.WebAuthn.6.dest = views/webauthn/webauthn-selector.vm
+idp.authn.WebAuthn.6.src = /net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username.vm
+idp.authn.WebAuthn.6.dest = views/webauthn/webauthn-username.vm
 
-idp.authn.WebAuthn.7.src = /net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css
-idp.authn.WebAuthn.7.dest = edit-webapp/css/webauthn.css
-idp.authn.WebAuthn.7.postenable = Customize edit-webapp/css/webauthn.css and rebuild war to deploy.
+idp.authn.WebAuthn.7.src = /net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-selector.vm
+idp.authn.WebAuthn.7.dest = views/webauthn/webauthn-selector.vm
 
-idp.authn.WebAuthn.8.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js
-idp.authn.WebAuthn.8.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js
+idp.authn.WebAuthn.8.src = /net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css
+idp.authn.WebAuthn.8.dest = edit-webapp/css/webauthn.css
+idp.authn.WebAuthn.8.postenable = Customize edit-webapp/css/webauthn.css and rebuild war to deploy.
 
-idp.authn.WebAuthn.9.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-support.js
-idp.authn.WebAuthn.9.dest = edit-webapp/js/webauthn-support.js
+idp.authn.WebAuthn.9.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js
+idp.authn.WebAuthn.9.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js
 
-idp.authn.WebAuthn.9.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js.map
-idp.authn.WebAuthn.9.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js.map
+idp.authn.WebAuthn.10.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-support.js
+idp.authn.WebAuthn.10.dest = edit-webapp/js/webauthn-support.js
+
+idp.authn.WebAuthn.11.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js.map
+idp.authn.WebAuthn.11.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js.map
 
 
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-registration-outcomes.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-registered.vm
similarity index 100%
rename from webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-registration-outcomes.vm
rename to webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-registered.vm
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username-entry.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username.vm
similarity index 100%
rename from webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username-entry.vm
rename to webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username.vm

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


More information about the commits mailing list