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: _docs/administration/single-sign-on/sso-okta.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,25 @@ only affects teams/groups and not individuals/persons.
145
145
146
146
You can assign an Okta application in both groups and individual people. Codefresh will only sync people that are inside teams. Newly created people in Okta that are_not_ assigned in a team will**NOT** be synced to Codefresh. You should assign them to a team first and then they will be synced as part of team.
147
147
148
+
##Syncing of teams after initial SSO setup
149
+
150
+
There are two ways that you can setup automatic syncing of teams.
151
+
152
+
First you can create a Codefresh pipeline the runs the CLI command`codefresh synchronize teams my-okta-client-name -t okta` as explained in the[pipeline sync page]({{site.baseurl}}/docs/administration/single-sign-on/sso-setup-oauth2/#syncing-of-teams-after-initial-sso-setup).
153
+
154
+
Alternatively, you can setup completely automated syncing by enabling the auto-sync toggle found in the top right of the integration:
If you enable this, every 12 hours Codefresh will sync teams on its own without the need of a pipeline.
166
+
148
167
##What to read next
149
168
150
169
See the[overview page]({{site.baseurl}}/docs/administration/single-sign-on/sso-setup-oauth2/#testing-your-identity-provider) on how to test the integration, activate SSO for collaborators and create sync jobs.
- Hide inaccessible clusters in the Kubernetes dashboard -[documentation]({{site.baseurl}}/docs/deploy-to-kubernetes/manage-kubernetes/#accessing-the-kubernetes-dashboard)
25
25
- Define access for non-admins in Helm repositories and shared config -[documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/#level-of-access)
26
+
- Okta auto-sync of teams -[documentation]({{site.baseurl}}/docs/administration/single-sign-on/sso-okta/#syncing-of-teams-after-initial-sso-setup)