[java-idp-plugin-duo] 01/02: Adjust opt-out return when cookie manager is inactive.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 17 14:52:58 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=d74d7dba2c7f1afa17fd8f7a50e1db38cde689ed
commit d74d7dba2c7f1afa17fd8f7a50e1db38cde689ed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 17 10:52:39 2024 -0400
Adjust opt-out return when cookie manager is inactive.
---
.../net/shibboleth/idp/plugin/authn/duo/PasswordlessCookieManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/PasswordlessCookieManager.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/PasswordlessCookieManager.java
index 551bc8d0..a7bbca85 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/PasswordlessCookieManager.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/PasswordlessCookieManager.java
@@ -110,7 +110,7 @@ public class PasswordlessCookieManager extends AbstractInitializableComponent {
checkComponentActive();
if (!active) {
- return true;
+ return false;
}
assert cookieManager != null;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list