[java-idp-plugin-webauthn] branch main updated: Rename authn username view

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 16 13:06:38 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=731d56c4d2711587f5e356bbf030cd2d7777f6fb

The following commit(s) were added to refs/heads/main by this push:
     new 731d56c  Rename authn username view
731d56c is described below

commit 731d56c4d2711587f5e356bbf030cd2d7777f6fb
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 16 13:06:36 2024 +0000

    Rename authn username view
---
 .../META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-flow.xml  | 2 +-
 .../webauthn/views/{webauthn-username.vm => webauthn-authn-username.vm} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

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 ea528f8..2fb53a0 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
@@ -35,7 +35,7 @@
         
     <!-- need decision state, we might have already collected username, so might not need it again e.g. when part of a registration flow -->
         
-    <view-state id="CollectUsernameView" view="webauthn/webauthn-username">
+    <view-state id="CollectUsernameView" view="webauthn/webauthn-authn-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/views/webauthn-username.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm
similarity index 100%
rename from webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-username.vm
rename to webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm

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


More information about the commits mailing list