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
* Update saml-okta.md* Update saml-okta.md* Update saml-okta.md* Update saml-okta.md* Update saml-okta.mdRestored new auto sync and activate fields for okta* Update saml-okta.mdAdded app ID field to codefresh settings* Update variables.mdRemoved comment tags from cf_export encryption content* Update variables.md
Mask variables within`cf_export` by defining the`--mask` flag.
277
-
Values of masked variables in`cf_export` commands are replaced with asterisks in theBuild variable list. This helps to ensure that sensitive information is not exposed also in the variables list, in addition to the logs.
276
+
Values of masked variables in`cf_export` commands are replaced with asterisks in thebuild logs. This helps to ensure that sensitive information is not exposed also in the variables list, in addition to the logs.
278
277
279
278
Here is an example with standard and masked versions of the same variable in`cf_export` commands.
Copy file name to clipboardExpand all lines: _docs/single-sign-on/saml/saml-okta.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,29 @@ Setting up SAML SSO for Okta includes:
19
19
##Step 1: Configure SSO settings for Okta via SAML in Codefresh
20
20
Create a SAML account for Okta in Codefresh to create an integration for Codefresh in Okta.
21
21
22
+
23
+
SAML SSO settings for Okta include auto-syncing teams and groups in OKta with Codefresh, and automatically activating new users synced to Codefresh.
24
+
25
+
<b>TIP</b>:
26
+
>Use the auto-sync and activate user options for Just in Time (JIT) Provisioning.
27
+
22
28
1. In the Codefresh UI, from the toolbar click the**Settings** icon.
23
29
1. In the sidebar, from Access & Collaboration, select[Single Sign-On](https://g.codefresh.io/2.0/account-settings/single-sign-on){:target="\_blank"}.
24
30
1. Click**Add single-sign-on**, select**SAML**, and then click**Next**.
25
31
1. Enter the connection details:
26
32
***Display Name**: Any name you want for the integration.
27
33
***IDP Entry**: Type in any character. You will enter the correct value from Okta in the final step.
28
34
***Application Certificate**: You will enter the correct value from Okta in the final step.
29
-
***Provider**: Leave empty.
35
+
***Provider**: Select**Okta**.
36
+
***Auto-sync users and teams to Codefresh**: Optional. When selected, automatically syncs teams or groups in Okta to Codefresh, every 12 hours by default. You can define a different sync interval in**Sync interval**.
37
+
>**NOTE**:
38
+
>Though you can assign an Okta application to both groups and individual users, Codefresh_only syncs users who are part of teams_.
39
+
New users in Okta, _not_ assigned to a team, are **NOT** synced with Codefresh. You should first assign the user to a team for the sync to work.
40
+
***Activate user after sync**: Optional. When selected, Codefresh automatically invites and activates new users added during the automated sync, without waiting for the users to accept the invitations.
41
+
***Access Token**: Optional. The OKTA API token that you generated in Okta, used to sync groups and their users from OKTA to Codefresh.
42
+
***Client Host**: The OKTA organization URL, for example,`https://<company>.okta.com`.
43
+
***Application ID**: The Codefresh application ID in your OKTA organization, that will be used to sync groups and user from OKTA to Codefresh.
44
+
30
45
1. Click**Add**.
31
46
The SAML integration for Okta is added and appears in the list of SSOs.
32
47
1. In the Single Sign-On page, click the**Edit** icon for the Okta SAML integration you created.