mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 11:35:55 +00:00
[Web] Fix SSO for SOGo when authen with FIDO2, thanks to Drago!
This commit is contained in:
parent
3535ed6efe
commit
cf50ff01da
1 changed files with 3 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ if (isset($_GET['query'])) {
|
|||
));
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
switch ($category) {
|
||||
// fido2-registration via POST
|
||||
case "fido2-registration":
|
||||
|
|
@ -306,7 +306,9 @@ if (isset($_GET['query'])) {
|
|||
$_SESSION["mailcow_cc_role"] = "domainadmin";
|
||||
}
|
||||
$_SESSION["mailcow_cc_username"] = $process_fido2['username'];
|
||||
$_SESSION['mailcow_cc_last_login'] = last_login($process_fido2['username']);
|
||||
$_SESSION["fido2_cid"] = $process_fido2['cid'];
|
||||
unset($_SESSION["challenge"]);
|
||||
$_SESSION['return'][] = array(
|
||||
'type' => 'success',
|
||||
'log' => array("fido2_login"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue