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/single-sign-on/team-sync.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,47 +106,6 @@ steps:
106
106
107
107
To fully automate the pipeline, you can set a [cron trigger]({{site.baseurl}}/docs/pipelines/triggers/cron-triggers/) for it. Depending on how you set up your Cron trigger, you can synchronize your teams every day/week/hour.
108
108
109
-
110
-
### Manual team-sync and email domain restrictions
111
-
If the`Restrict inviting additional users by email address domain` is enabled for your account, manual sync via the CLI or via a pipeline, _does not invite new users_ to Codefresh.
112
-
The output of the command will be similar to the following:
113
-
114
-
```json
115
-
[
116
-
{
117
-
"action": "update",
118
-
"teams": [
119
-
{
120
-
"team": "developers",
121
-
"members": [
122
-
{
123
-
"members": [],
124
-
"action": "create"
125
-
}
126
-
]
127
-
},
128
-
{
129
-
"team": "DevOps",
130
-
"members": [
131
-
{
132
-
"members": [],
133
-
"action": "create"
134
-
}
135
-
]
136
-
}
137
-
]
138
-
}
139
-
]
140
-
```
141
-
142
-
**Turn off the domain restriction**:
143
-
144
-
1. In the Codefresh UI, click **Settings**.
145
-
1. In the sidebar, from Access & Collaboration, select **User & Teams**, and then click the **Security** tab.
146
-
1. Turn off **Restrict inviting additional users by email address domain**.
147
-
1. Click **Save**.
148
-
1. Rerun the CLI sync command.
149
-
150
109
### Sync GitHub organization teams to Codefresh
151
110
152
111
As an admin, you may want to sync your GitHub Organization Teams with your Codefresh account. At the same time, you do not want to set up an SSO provider and have the users use any login provider they choose.