Skip to content

Commit

Permalink
Cato (9 January)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Jan 9, 2024
1 parent a297375 commit 347fc7a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CP_Source/Apps/Cato/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,28 @@

```
systemctl enable /custom/cato/lib/systemd/system/cato-client.service ; systemctl start cato-client.service
```
```

-----

## Authenticating with Headless SSO

Headless SSO lets you authenticate on devices without a browser.

To authenticate on a headless device:

- On the headless device, run the command:

```bash
cato-sdp start --account <account name>--headless
```
A unique code and URL are returned.

**Note:**

- The account name is the account Subdomain. To find the Subdomain, navigate to Access > Single Sign-On.
- For authentication without SSO, add the parameter --no-sso
- The --headless parameter is not required in version 5.1.0.21 and higher
- On a device that has a browser, access the URL and enter the unique code.
- Sign in with your SSO credentials.
- The headless device is connected to the Cato Cloud.

0 comments on commit 347fc7a

Please sign in to comment.