From 3664a25f46927e1eaf15f763e297df65cb31039d Mon Sep 17 00:00:00 2001 From: Rafael Matsumoto <110425783+rafaelmatsumotomb@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:39:37 -0300 Subject: [PATCH 1/2] TASK-6388: add saml cert rotation instruction to support docs --- content/docs/my-account-and-profile/sso.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/docs/my-account-and-profile/sso.md b/content/docs/my-account-and-profile/sso.md index 91a973b4f..97891b52c 100644 --- a/content/docs/my-account-and-profile/sso.md +++ b/content/docs/my-account-and-profile/sso.md @@ -1,5 +1,5 @@ --- -lastUpdated: "07/17/2023" +lastUpdated: "04/25/2025s" title: "Single Sign-On (SSO)" description: "How to enable Single Sign-On (SSO) in SparkPost." --- @@ -102,3 +102,6 @@ No. Users can only use either MFA or SSO. ### Is automatic provisioning of users supported? SCIM provisioning is supported for [OKTA](https://support.sparkpost.com/docs/my-account-and-profile/scim/). + +### Do I need to re-invite users after rotating the SAML certificate? +Yes, in case the SAML certificate expires and needs to be replaced, you must re-invite the users. However, re-inviting users is not necessary when using SCIM provisioning. \ No newline at end of file From 5b6de1f25a2dbef39e8f6c310304fb255093dacd Mon Sep 17 00:00:00 2001 From: Rafael Matsumoto <110425783+rafaelmatsumotomb@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:44:16 -0300 Subject: [PATCH 2/2] TASK-6388: fix typo in docs header --- content/docs/my-account-and-profile/sso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/my-account-and-profile/sso.md b/content/docs/my-account-and-profile/sso.md index 97891b52c..b1b85a5c1 100644 --- a/content/docs/my-account-and-profile/sso.md +++ b/content/docs/my-account-and-profile/sso.md @@ -1,5 +1,5 @@ --- -lastUpdated: "04/25/2025s" +lastUpdated: "04/25/2025" title: "Single Sign-On (SSO)" description: "How to enable Single Sign-On (SSO) in SparkPost." ---