[java-idp-plugin-duo] branch main updated: Tighten up flow expression.
Scott Cantor
cantor.2 at osu.edu
Mon Apr 1 22:37:50 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=e48ae7ba39c431f4fd34f824d664687762f3f682
The following commit(s) were added to refs/heads/main by this push:
new e48ae7ba Tighten up flow expression.
e48ae7ba is described below
commit e48ae7ba39c431f4fd34f824d664687762f3f682
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 1 18:37:47 2024 -0400
Tighten up flow expression.
---
.../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-flow.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-flow.xml b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-flow.xml
index 3b17c445..ce310a0f 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-flow.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-flow.xml
@@ -11,7 +11,7 @@
</decision-state>
<decision-state id="IsPasswordlessPossible">
- <if test="!opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).isPassive() and opensamlProfileRequestContext.isBrowserProfile()"
+ <if test="!opensamlProfileRequestContext.ensureSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).isPassive() and opensamlProfileRequestContext.isBrowserProfile()"
then="CheckPasswordlessEnrollment1"
else="RequestUnsupported" />
</decision-state>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list