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-saml2.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,12 +77,14 @@ Fill in the fields:
77
77
78
78
**Client Name* - leave the field empty and it will get an autogenerated value once you save the settings.
79
79
**Display Name* - any arbitrary name you want to give in this integration.
80
-
**IDP Entry* - The SSO endpoint of your Identity Provider.
81
-
**Application Certificate* - The security certificate of your Identity Provider. Paste the value directly on the field. Do not convert to base64 or any other encoding by hand.
80
+
**IDP Entry* - The SSO endpoint of your Identity Provider. (Ex: For Azure SAML, this is the Login URL)
81
+
**Application Certificate* - The security certificate of your Identity Provider. Paste the value directly on the field. Do not convert to base64 or any other encoding by hand. (Ex: For Azure SAML, this will be Certificate (Base64) and the value needed is between the -----BEGIN ... and -----END... from the downloaded cert)
82
82
**Assertion URL* -`https://g.codefresh.io/api/auth/<your_codefresh_client_name>/callback` (where <your_codefresh_client_name> is taken from the SSO configuration you created on the section above. It was automatically generated by Codefresh after saving the SSO settings).
83
83
84
84
Click the*SAVE* button and make sure to note down the`Client Name` that was autogenerated.
85
85
86
+
>Notice: When viewing the SAML, there is a check box for Auto Sync users and teams to Codefresh. This only works for Google / GSuite SAML integration.
87
+
86
88
Then in the settings of your Identity Provider create a new Service Provider and provide the following:
87
89
88
90
**Service Provider SSO Endpoint* - (Assertion consumer service URL) -`https://g.codefresh.io/api/auth/<your_codefresh_client_name>/callback`