mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Match actual requirements for setting up Okta (#35327)
The form requires a "fully-qualified"* URL
*thanks @mike-j-thomas 😀
---------
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
parent
b1b1e5c725
commit
cfb1480f19
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ To map users from Okta to hosts in Fleet, we'll do the following steps:
|
|||
2. In the main menu, select **Applications > Applications**, then select **Create App Integration**.
|
||||
3. Select **SAML 2.0** option and select **Next**.
|
||||
4. On the **General Settings** page, add a friendly **App name** (e.g Fleet SCIM), and select **Next**.
|
||||
5. On the **SAML Settings** page, add any URL to the **Single sign-on URL** and **Audience URI (SP Entity ID)** fields, and select **Next**.
|
||||
> Okta requires setting up SAML to set up SCIM. Since we don't need SAML right now, you can set the URL to something arbitrary, e.g "example.fleetdm.com".
|
||||
5. On the **SAML Settings** page, add any fully-qualified URL to the **Single sign-on URL** and **Audience URI (SP Entity ID)** fields, and select **Next**.
|
||||
> Okta requires setting up SAML to set up SCIM. Since we don't need SAML right now, you can set the URL to something arbitrary, e.g "https://example.fleetdm.com".
|
||||
6. On the **Feedback** page, provide feedback if you want, and select **Finish**.
|
||||
7. Select the **General** tab in your newly created app and then select **Edit** in **App Settings**.
|
||||
8. For **Provisioning**, select **SCIM** and select **Save**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue