Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15396491
D20347.id48564.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
806 B
Referenced Files
None
Subscribers
None
D20347.id48564.diff
View Options
diff --git a/src/applications/auth/controller/mfa/PhabricatorAuthChallengeStatusController.php b/src/applications/auth/controller/mfa/PhabricatorAuthChallengeStatusController.php
--- a/src/applications/auth/controller/mfa/PhabricatorAuthChallengeStatusController.php
+++ b/src/applications/auth/controller/mfa/PhabricatorAuthChallengeStatusController.php
@@ -3,6 +3,12 @@
final class PhabricatorAuthChallengeStatusController
extends PhabricatorAuthController {
+ public function shouldAllowPartialSessions() {
+ // We expect that users may request the status of an MFA challenge when
+ // they hit the session upgrade gate on login.
+ return true;
+ }
+
public function handleRequest(AphrontRequest $request) {
$viewer = $this->getViewer();
$id = $request->getURIData('id');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 2:43 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708479
Default Alt Text
D20347.id48564.diff (806 B)
Attached To
Mode
D20347: Fix an issue with Duo not live-updating properly on login gates
Attached
Detach File
Event Timeline
Log In to Comment