You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/authentication/jit-user-provisioning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ To enable/disable JIT user provisioning for an external Identity provider:
43
43
<br />
44
44
- When JIT is disabled, a user profile is not created. Therefore, there is no location to store the attributes of the user. In such cases, the attributes are directly passed to the application.
45
45
46
-
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version == "7.2.0") %}
46
+
{% if show_advanced_account_linking_content == "true" %}
47
47
!!! note
48
48
- When `Associate provisioned users with existing local users` configuration is enabled, {{ product_name }} uses the Account Linking rules to find a matching local user and link the federated user with the matching local user. If first match rule and fallback match rule are not defined, {{ product_name }} will match the federated users email with the local users' usernames to find a match.
49
-
- When `Skip Jit provisioning when no rule matches`cnfiguration is enabled, {{ product_name }} will skip creating a new local user account in case there are no local found using the account linking rules.
49
+
- When `Skip Jit provisioning when no rule matches`configuration is enabled, {{ product_name }} will skip creating a new local user account in case there are no local found using the account linking rules.
0 commit comments