Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions _docs/administration/single-sign-on/sso-setup-oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,6 @@ caption="SSO Client Name"
max-width="40%"
%}

Even though you can run this command manually, it makes more sense to run it periodically as a job. And the obvious
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/).

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:

`YAML`
{% highlight yaml %}
{% raw %}
version: '1.0'
steps:
syncMyTeams:
title: syncTeams
image: codefresh/cli
commands:
- 'codefresh synchronize teams my-client-name -t azure'
{% endraw %}
{% endhighlight %}



2 changes: 1 addition & 1 deletion _docs/deployment/images.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Images in Codefresh"
description: ""
canonical_url: 'https://codefresh.io/docs/dashboards/images/'
canonical_url: 'https://codefresh.io/docs/docs/dashboards/images/'
group: deployment
toc: true
---
Expand Down