[java-identity-provider] branch main updated: IDP-1887 - Repurpose authn flow for alternative uses
Scott Cantor
cantor.2 at osu.edu
Tue Dec 21 19:37:42 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=217109be647c66f18f0e3458e282ebda238ffe6c
The following commit(s) were added to refs/heads/main by this push:
new 217109be6 IDP-1887 - Repurpose authn flow for alternative uses
217109be6 is described below
commit 217109be647c66f18f0e3458e282ebda238ffe6c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 21 14:37:39 2021 -0500
IDP-1887 - Repurpose authn flow for alternative uses
https://shibboleth.atlassian.net/browse/IDP-1887
Fix session bypass transition.
---
.../src/main/resources/net/shibboleth/idp/flows/authn/authn-flow.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-flow.xml
index 446ff804d..3751a4855 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-flow.xml
@@ -18,7 +18,7 @@
<evaluate expression="PopulateAuthenticationContext" />
<evaluate expression="'proceed'" />
- <transition on="proceed" to="SessionSetup" />
+ <transition on="proceed" to="UseSessions1" />
</action-state>
<decision-state id="UseSessions1">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list