We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a00f1 commit 94d56a9Copy full SHA for 94d56a9
1 file changed
tf/actions/accessRules.js
@@ -100,6 +100,7 @@ exports.onExecutePostLogin = async (event, api) => {
100
const mfaBypassAccounts = [
101
"moc+servicenow@mozilla.com", // MOC see: https://bugzilla.mozilla.org/show_bug.cgi?id=1423903
102
"moc-sso-monitoring@mozilla.com", // MOC see: https://bugzilla.mozilla.org/show_bug.cgi?id=1423903
103
+ "shared-deng-playstore@mozilla.com", // See: https://mozilla-hub.atlassian.net/browse/IAM-1938
104
];
105
106
const duoConfig = {
0 commit comments