- Sign in to the Google Admin console (admin.google.com) using your administrator account (does not end in @gmail.com).
- On the left-hand menu, select Devices > Chrome > Apps and extensions > Users and browsers.
- In the Organizational units section, select the organizational unit where you want to deploy Printix.
- On the right pane under Installation policy, select Force install.
- Optionally, if you want users to Sign in with Windows, then on the right pane, scroll down to Policy for extensions and select Upload from file
. Select the configuration file you have created and select Open.
- Select Save.
Configuration file
If you want users to Sign in with Windows a configuration file must be created and uploaded. If no configuration file is uploaded users will still have single sign-on (SSO) to Printix with their Google Workspace account. The configuration file must be in JSON format and should be saved as a .txt file.
{
"signIn": {
"Value": {
"tenant": "acme.printix.net",
"tenantId": "cbd7e0b5-da2a-4cb6-b7f7-a04ee31cac90",
"method": "both"
}
}
}
Values
- tenant
The value tenant is your Printix Home. Example: acme.printix.net.
- tenantId
The value tenantId should be your Printix ID as show on the Software page’s MSI parameter section. Example: cbd7e0b5-da2a-4cb6-b7f7-a04ee31cac90.
- method
Configures the sign in method. Values:- azure
Users can sign in with their Microsoft work or school account. Requires that you enable Azure authentication. - azure SSO
Select this if users’ Microsoft work or school account is used for single sign-on (SSO) to users’ Google Workspace account. Requires that you enable Azure authentication. - google
Users can sign in with their Google Workspace account (not @gmail.com). Requires that you enable Google authentication. - okta
Users can sign in with their Okta account. Requires that you enable Okta authentication. - onelogin
Users can sign in with their OneLogin account. Requires that you enable OneLogin authentication. - both
Users can sign in with their Microsoft work or school account, Google Workspace account or their Printix account. Requires that you enable Azure authentication and enable Google authentication.
- azure
How to control the default and available paper sizes
If you want Letter to be the default then write NA_LETTER first. Google Chrome does the sorting of the paper sizes.
{
"paperSizes": {
"Value": ["NA_LETTER", "NA_LEGAL"]
}
}
Paper size | Value |
---|---|
A3 | ISO_A3 |
A4 | ISO_A4 |
A5 | ISO_A5 |
B4 | ISO_B4 |
B5 | ISO_B5 |
B4 (JIS) | JSI_B4 |
B5 (JIS) | JSI_B5 |
Executive | NA_EXECUTIVE |
Legal | NA_LEGAL |
Letter | NA_LETTER |
Statement | NA_STATEMENT |
Tabloid | NA_TABLOID |
Post your comment on this topic.