Authenticator-Extension / Authenticator

Authenticator generates 2-Step Verification codes in your browser.
https://authenticator.cc
MIT License
3.43k stars 800 forks source link

authenticator.cc extension deployment #1189

Closed chetan8181 closed 5 months ago

chetan8181 commented 6 months ago

I am trying to deploy authenticator.cc extension silently using google admin console but once installation done remotely it will automatically open chrome issue warning page. https://authenticator.cc/docs/en/chrome-issues is there any way we can stop this redirection upon installation?

Sneezry commented 6 months ago

Set disableInstallHelp to true.

See https://authenticator.cc/docs/en/policy-config

drolleman-applyboard commented 6 months ago

I deployed and configured the authenticator.cc myself in the Google admin console and disableInstallHelp policy is the only one that seems to be tripping me up. Its set to true but it will still redirect once installed.

Other policies work fine. I'm probably using most of them.

mymindstorm commented 6 months ago

Could you send a screenshot of chrome://policy on a configured device?

drolleman-applyboard commented 6 months ago

I have included the screenshot. Screenshot 2024-05-14 142246

Sneezry commented 6 months ago

does this help? https://github.com/Authenticator-Extension/Authenticator/issues/1015#issuecomment-1439809591

drolleman-applyboard commented 6 months ago

@Sneezry I'll do some testing and get back to you. The other Boolean attributes appears to be working. I will change the disableInstallHelp to 1/0 and validate the results. Below is the policy for extension

{
    "enforcePassword": {
        "Value": true
    },
    "disableExport": {
        "Value": true
    },
    "disableBackup": {
        "Value": true
    },
    "enforceAutolock": {
        "Value": 15
    },
    "passwordPolicy": {
        "Value": "^(?=.*[A-Z])(?=.*[a-z])(?=.*\\d)(?=.*(_|[^\\w])).{8,20}$"
    },
    "passwordPolicyHint": {
        "Value": "Your Password does not meet requirements"
    },
    "disableInstallHelp": {
        "Value": true
    },
    "feedbackURL": {
        "Value": "https://mypage.com"
    }
}
chetan8181 commented 6 months ago

Dear All,

Thank you for looking into this, Issue has been resolved.

Thanks Chetan

On Wed, May 15, 2024 at 11:04 PM Daryl Rolleman @.***> wrote:

@Sneezry https://github.com/Sneezry I'll do some testing and get back to you. The other Boolean attributes appears to be working. I will change the disableInstallHelp to 1/0 and validate the results. Below is the policy for extension

{ "enforcePassword": { "Value": true }, "disableExport": { "Value": true }, "disableBackup": { "Value": true }, "enforceAutolock": { "Value": 15 }, "passwordPolicy": { "Value": "^(?=.[A-Z])(?=.[a-z])(?=.\d)(?=.(_|[^\w])).{8,20}$" }, "passwordPolicyHint": { "Value": "Your Password does not meet requirements" }, "disableInstallHelp": { "Value": true }, "feedbackURL": { "Value": "https://mypage.com" } }

— Reply to this email directly, view it on GitHub https://github.com/Authenticator-Extension/Authenticator/issues/1189#issuecomment-2113092488, or unsubscribe https://github.com/notifications/unsubscribe-auth/BILFPGJTBDNZFFVBGNOLBLLZCOMBFAVCNFSM6AAAAABHMLHB6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJTGA4TENBYHA . You are receiving this because you authored the thread.Message ID: @.***>

mymindstorm commented 6 months ago

What fixed the problem?

drolleman-applyboard commented 6 months ago

I did some testing, unfortunately I was able to reproduce once. However the setting only accepts true/false. If I try to set it to 1/0 the settings completely disappears from chrome://policy.