Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authenticator.cc extension deployment #1189

Closed
chetan8181 opened this issue May 8, 2024 · 9 comments
Closed

authenticator.cc extension deployment #1189

chetan8181 opened this issue May 8, 2024 · 9 comments

Comments

@chetan8181
Copy link

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
Copy link
Member

Sneezry commented May 8, 2024

Set disableInstallHelp to true.

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

@drolleman-applyboard
Copy link

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
Copy link
Member

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

@drolleman-applyboard
Copy link

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

@Sneezry
Copy link
Member

Sneezry commented May 15, 2024

does this help? #1015 (comment)

@drolleman-applyboard
Copy link

@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
Copy link
Author

chetan8181 commented May 16, 2024 via email

@mymindstorm
Copy link
Member

What fixed the problem?

@drolleman-applyboard
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants