Skip to content

Commit ad45068

Browse files
updated SAML page
1 parent 26cff4c commit ad45068

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

_docs/administration/single-sign-on/sso-setup-saml2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ The mandatory fields needed for SAML assertions are:
9696
1. lastName - user last name
9797
1. email - user email
9898

99+
To configure users sync for SAML IDP you need to do the following:
100+
101+
1. Select GSuite provider
102+
1. Enable auto Sync users and teams to Codefresh
103+
1. Set JSON Keyfile, Admin Email and Sync interval
104+
The instructions for getting the JSON Keyfile, and Admin Email are the same as for [Google SSO](https://codefresh.io/docs/docs/administration/single-sign-on/sso-google/#synchronize-teams-with-the-codefresh-cli) .
105+
99106
>Notice that these settings are for the SaaS version of Codefresh. For an on-premise Codefresh setup you need to use the URLs that match your installation.
100107
101108
Once everything is finished, you [should test the integration]({{site.baseurl}}/docs/administration/single-sign-on/sso-setup-oauth2/#testing-your-identity-provider). Once it is working proceed to the next steps that are:

_docs/yaml-examples/examples/sending-the-notification-to-slack.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ You can find how to integrate with slack here [https://api.slack.com/incoming-we
3131
`slack step`
3232
{% highlight yaml %}
3333
slack_notify:
34-
image: tutum/curl
34+
image: byrnedo/alpine-curl, curlimages/curl, or any other curl image
3535
commands:
3636
- curl -X POST --data-urlencode 'payload={"text":"Test slack integration via yaml"}' {% raw %}${{SLACK_WEB_URL}}{% endraw %}
3737
{% endhighlight %}
3838

3939

4040
## What to read next
4141

42-
* [Global Slack integration]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)
43-
* [Advanced workflows]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/)
44-
* [Pipeline hooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/)
45-
* [Shared configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)
42+
* [Global Slack Integration]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)
43+
* [Advanced Workflows]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/)
44+
* [Pipeline Hooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/)
45+
* [Shared Configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)

0 commit comments

Comments
 (0)