[java-idp-plugin-webauthn] branch main updated: Rename client storage save and load flow-state ids
Phil Smart
philip.smart at jisc.ac.uk
Fri Aug 16 16:29:59 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=d4ba035cf782892e9a4f3cf55893d625342e9934
The following commit(s) were added to refs/heads/main by this push:
new d4ba035 Rename client storage save and load flow-state ids
d4ba035 is described below
commit d4ba035cf782892e9a4f3cf55893d625342e9934
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Aug 16 17:29:56 2024 +0100
Rename client storage save and load flow-state ids
---
.../flows/admin/webauthn-management/webauthn-management-flow.xml | 4 ++--
.../admin/webauthn-registration/webauthn-registration-flow.xml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-management/webauthn-management-flow.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-management/webauthn-management-flow.xml
index 0f21b69..9f5267a 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-management/webauthn-management-flow.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-management/webauthn-management-flow.xml
@@ -88,13 +88,13 @@
<evaluate expression="PopulateClientStorageSaveContext" />
<evaluate expression="'proceed'" />
- <transition on="proceed" to="ClientStorageSave">
+ <transition on="proceed" to="WebAuthnClientStorageSave">
<evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.plugin.authn.webauthn.context.WebAuthnManagementContext)).ensureSubcontext(T(net.shibboleth.idp.plugin.authn.webauthn.context.WebAuthnRegistrationInformationContext)).addClassifiedMessage('KeyRemoved')"/>
</transition>
<transition on="NoSaveNeeded" to="LookupCredentials" />
</action-state>
- <subflow-state id="ClientStorageSave" subflow="client-storage/write">
+ <subflow-state id="WebAuthnClientStorageSave" subflow="client-storage/write">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="LookupCredentials"/>
</subflow-state>
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 7109581..7ad2a32 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
@@ -10,11 +10,11 @@
<evaluate expression="PopulateClientStorageLoadContext" />
<evaluate expression="'proceed'" />
- <transition on="proceed" to="ClientStorageLoad" />
+ <transition on="proceed" to="WebAuthnClientStorageLoad" />
<transition on="NoLoadNeeded" to="DecideIfUsernameCollectionIsRequired" />
</action-state>
- <subflow-state id="ClientStorageLoad" subflow="client-storage/read">
+ <subflow-state id="WebAuthnClientStorageLoad" subflow="client-storage/read">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="DecideIfUsernameCollectionIsRequired"/>
</subflow-state>
@@ -132,11 +132,11 @@
<evaluate expression="PopulateClientStorageSaveContext" />
<evaluate expression="'proceed'" />
- <transition on="proceed" to="ClientStorageSave" />
+ <transition on="proceed" to="WebAuthnClientStorageSave" />
<transition on="NoSaveNeeded" to="GeneratePublicKeyCredentialCreationOptions" />
</action-state>
- <subflow-state id="ClientStorageSave" subflow="client-storage/write">
+ <subflow-state id="WebAuthnClientStorageSave" subflow="client-storage/write">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="GeneratePublicKeyCredentialCreationOptions"/>
</subflow-state>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list