Fix JIT user creation docs (#7617)
- Lowercase "Login" - Fix link formatting
This commit is contained in:
@@ -2426,9 +2426,9 @@ As an admin, you can enable SSO for existing users in Fleet. To do this, go to t
|
||||
|
||||
When JIT user provisioning is turned on, Fleet will automatically create an account when a user logs in for the first time with the configured SSO. This removes the need to create individual user accounts for a large organization.
|
||||
|
||||
Accounts created via JIT provisioning are assigned the (Observer role)[https://fleetdm.com/docs/using-fleet/permissions]. The new account's email and full name are copied from the user data in the SSO response.
|
||||
Accounts created via JIT provisioning are assigned the [Observer role](https://fleetdm.com/docs/using-fleet/permissions). The new account's email and full name are copied from the user data in the SSO response.
|
||||
|
||||
To enable this option, go to **Settings > Organization settings > SAML single sign-on options** and check "_Automatically create Observer user on Login_" or [adjust your config](#sso-settings-enable-jit-provisioning).
|
||||
To enable this option, go to **Settings > Organization settings > single sign-on options** and check "_Automatically create Observer user on login_" or [adjust your config](#sso-settings-enable-jit-provisioning).
|
||||
|
||||
For this to work correctly make sure that:
|
||||
|
||||
|
||||
@@ -221,7 +221,7 @@ const Sso = ({
|
||||
parseTarget
|
||||
>
|
||||
<>
|
||||
Automatically create Observer user on Login{" "}
|
||||
Automatically create Observer user on login{" "}
|
||||
<a
|
||||
href="https://fleetdm.com/docs/deploying/configuration?utm_medium=fleetui&utm_source=sso-settings#just-in-time-jit-user-provisioning"
|
||||
target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user