Added remember for 30 days 2nd factor option.

This commit is contained in:
Ylian Saint-Hilaire
2019-11-28 22:29:22 -08:00
parent 664eb63c63
commit 3670f229b9
16 changed files with 197 additions and 133 deletions

View File

@@ -326,7 +326,7 @@ module.exports.CreateRedirInterceptor = function (args) {
obj.amt.digestQOP = obj.amt.acc.substring(12 + realmlen + noncelen, 12 + realmlen + noncelen + qoplen);
}
else if (authType != obj.AuthenticationType.QUERY && authstatus == obj.AuthenticationStatus.SUCCESS) {
// Intel AMT relayed that authentication was succesful, go to direct relay mode in both directions.
// Intel AMT relayed that authentication was successful, go to direct relay mode in both directions.
obj.ws.direct = true;
obj.amt.direct = true;
}