Skip to content

Commit e2404c6

Browse files
feat(iam): reviews
1 parent 878c1ad commit e2404c6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pages/iam/how-to/set-up-identity-federation.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff 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
5756
7. Click **Confirm**.
5857
8. 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">

0 commit comments

Comments
 (0)