File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/pages/identity-governance/okta Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ application:
26
26
- An Access List representing membership to the group/application.
27
27
- Members for the Access List.
28
28
29
+ All synchronized Okta users are assigned a builtin ` okta-requester ` role which allows to request
30
+ access to the synchronized resources. This role assignment can be disabled with
31
+ ` --no-assign-default-roles ` flag when creating the integration with ` tctl ` or can be disabled with
32
+ ` tctl edit plugins/okta ` by setting ` okta.sync_settings.disable_assign_default_roles: true ` .
33
+ Note that unless the connector was created manually, this role is also assigned by default in the
34
+ auth connector role mapping and needs to be updated there for the change to take effect.
35
+
29
36
It should be noted that the Access List sync waits until the Okta groups and Okta applications
30
37
has finished syncing as Teleport resources, so it may not start synchronizing immediately on startup.
31
38
You can’t perform that action at this time.
0 commit comments