File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Follow the steps below to set up Identity Federation for your Organization throu
3535 - Microsoft Entra ID (prev. Azure AD)
3636 - PingIdentity
3737 - Google Workspace
38- - Keycloak
3938
4039## How to set up a SAML connection
4140
@@ -57,14 +56,17 @@ Follow the steps below to set up Identity Federation for your Organization throu
57567 . Click ** Confirm** .
58578 . Enter the signing certificate generated by your Identity Provider in the box.
5958 <Message type = " important" >
60- You certificate entry must start with:
61- ```
62- -----BEGIN CERTIFICATE-----
63- ```
64- And end with:
65- ```
66- -----END CERTIFICATE-----
67- ```
59+ Keep in mind that:
60+ - Only base64-encoded certificates are supported.
61+ - The certificate must have an expiration date.
62+ - Your certificate entry must start with:
63+ ```
64+ -----BEGIN CERTIFICATE-----
65+ ```
66+ And end with:
67+ ```
68+ -----END CERTIFICATE-----
69+ ```
6870 </Message >
6971
7072 <Message type = " note" >
You can’t perform that action at this time.
0 commit comments