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