diff --git a/fern/products/dashboard/pages/sso.mdx b/fern/products/dashboard/pages/sso.mdx index f19673d3e..34a6a6a8a 100644 --- a/fern/products/dashboard/pages/sso.mdx +++ b/fern/products/dashboard/pages/sso.mdx @@ -42,6 +42,22 @@ SSO setup requires working with Fern to exchange configuration values (like call From the **Sign-On** tab, copy the Metadata URL and X.509 certificate. Send them back to Fern. Fern will enable the connection and run a test login with you. + + + Okta may provide a Metadata URL in the form: + + ``` + https://.okta.com/app//sso/saml/metadata + ``` + + In recent configurations, the SSO URL used by Fern follows a refined format that inserts `/{email_domain}_fern_1/` between `/app` and the app ID, and drops `/metadata` from the end: + + ``` + https://.okta.com/app/{email_domain}_fern_1//sso/saml + ``` + + If you run into issues, try the original Metadata URL format for troubleshooting. + diff --git a/fern/translations/zh/products/dashboard/pages/sso.mdx b/fern/translations/zh/products/dashboard/pages/sso.mdx index 2f464d377..04e66ed32 100644 --- a/fern/translations/zh/products/dashboard/pages/sso.mdx +++ b/fern/translations/zh/products/dashboard/pages/sso.mdx @@ -43,6 +43,22 @@ SSO 设置需要与 Fern 合作交换配置值(如回调 URL 和实体 ID) 从 **Sign-On** 选项卡中,复制元数据 URL 和 X.509 证书。将它们发送回 Fern。Fern 将启用连接并与您一起运行测试登录。 + + + Okta 可能会提供以下格式的元数据 URL: + + ``` + https://.okta.com/app//sso/saml/metadata + ``` + + 在最近的配置中,Fern 使用的 SSO URL 采用改进格式,在 `/app` 和应用 ID 之间插入 `/{email_domain}_fern_1/`,并删除末尾的 `/metadata`: + + ``` + https://.okta.com/app/{email_domain}_fern_1//sso/saml + ``` + + 如果遇到问题,请尝试使用原始元数据 URL 格式进行故障排除。 +