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-setup-oauth2.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,22 +139,6 @@ caption="SSO Client Name"
139
139
max-width="40%"
140
140
%}
141
141
142
-
Even though you can run this command manually, it makes more sense to run it periodically as a job. And the obvious
143
-
way to perform this is with a Codefresh pipeline. The CLI can be used as a [freestyle step]({{site.baseurl}}/docs/codefresh-yaml/steps/freestyle/).
144
-
145
-
You can create a git repository with a [codefresh.yml]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/) file with the following contents:
146
-
147
-
`YAML`
148
-
{% highlight yaml %}
149
-
{% raw %}
150
-
version: '1.0'
151
-
steps:
152
-
syncMyTeams:
153
-
title: syncTeams
154
-
image: codefresh/cli
155
-
commands:
156
-
- 'codefresh synchronize teams my-client-name -t azure'
0 commit comments