mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
parent
4a6cd9c79f
commit
bddfb2271b
1 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ Create a new SAML app in Google Workspace:
|
|||
|
||||

|
||||
|
||||
5. Configure the **Service provider details**:
|
||||
4. Configure the **Service provider details**:
|
||||
|
||||
- For **ACS URL**, use `https://<your_fleet_url>/api/v1/fleet/sso/callback`. If you're configuring [end user authentication](../Using%20Fleet/MDM-macOS-setup-experience.md#end-user-authentication-and-eula), use `https://<your_fleet_url>/api/v1/fleet/mdm/sso/callback` instead.
|
||||
- For Entity ID, use **the same unique identifier from step four** (e.g., "fleet.example.com").
|
||||
|
|
@ -48,19 +48,19 @@ Create a new SAML app in Google Workspace:
|
|||
|
||||

|
||||
|
||||
6. Click **Finish**.
|
||||
5. Click **Finish**.
|
||||
|
||||

|
||||
|
||||
7. Click the down arrow on the **User access** section of the app details page.
|
||||
6. Click the down arrow on the **User access** section of the app details page.
|
||||
|
||||

|
||||
|
||||
8. Check **ON for everyone**. Click **Save**.
|
||||
7. Check **ON for everyone**. Click **Save**.
|
||||
|
||||

|
||||
|
||||
9. Enable SSO for a test user and try logging in. Note that Google sometimes takes a long time to propagate the SSO configuration, and it can help to try logging in to Fleet with an Incognito/Private window in the browser.
|
||||
8. Enable SSO for a test user and try logging in. Note that Google sometimes takes a long time to propagate the SSO configuration, and it can help to try logging in to Fleet with an Incognito/Private window in the browser.
|
||||
|
||||
## Other IdPs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue