Lutz Justen | 75ad2fe | 2019-07-26 13:24:18 | [diff] [blame] | 1 | # Kiosk mode and public sessions (Chrome OS) |
Denis Kuznetsov | 9d1250d | 2019-05-13 10:58:24 | [diff] [blame] | 2 | |
Denis Kuznetsov | 885b185 | 2019-05-15 19:07:48 | [diff] [blame] | 3 | When Chrome OS device is enterprise enrolled, organization admins can add two |
Denis Kuznetsov | 9d1250d | 2019-05-13 10:58:24 | [diff] [blame] | 4 | special types of users on the device. Those are Public sessions and Kiosk apps. |
| 5 | |
| 6 | ## Public sessions |
| 7 | |
| 8 | Public session can be described as managed guest session: guest mode that is |
| 9 | controlled by user policy. |
| 10 | |
| 11 | It does not have any real google account, it is ephemeral (no data would be |
| 12 | persisted on the device after session is ended), but organization admins |
| 13 | still have some control over that: they can pre-install extensions, set |
| 14 | policies, install certificates. |
| 15 | |
| 16 | To set up public session, go to [Admin console](https://admin.google.com) under |
| 17 | ```Device Management > Chrome Management > Device Settings```, ```Kiosk |
| 18 | settings``` section, and set ```Public session kiosk``` setting to |
| 19 | ```Allow```. You can also configure additional settings. |
| 20 | |
| 21 | ## Kiosk mode |
| 22 | |
| 23 | Kiosk mode is a session that runs a single Chrome/Android app. |
| 24 | |
| 25 | It does not have any real google account, it is persistent (data will be |
| 26 | persisted between kiosk sessions) by default. |
| 27 | |
| 28 | Multiple kiosk apps are allowed per device, and they can be launched from system |
| 29 | shelf on the login screen. Additionally, the administrator can set up one app to |
| 30 | launch automatically on start-up, in which case login screen is not shown unless |
| 31 | the user cancels the app launch from the app launch splash screen. |
| 32 | |
| 33 | To set up kiosk mode, go to [Admin console](https://admin.google.com) under |
| 34 | ```Device Management > Chrome Management > Device Settings```, ```Kiosk |
| 35 | settings``` section, add available apps under ```Kiosk apps``` / ```Manage |
| 36 | Kiosk Applications```. |
| 37 | |
| 38 | You can configure kiosk app settings under ```Device Management > Chrome |
| 39 | Management > Apps & Extensions``` |