[PR #6280] [MERGED] docs(fix): update saml sso guide example to refelect types properly #6564

Closed
opened 2026-03-13 13:03:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6280
Author: @jslno
Created: 11/25/2025
Status: Merged
Merged: 11/25/2025
Merged by: @Bekacru

Base: canaryHead: docs/update-saml-sso-guide


📝 Commits (1)

  • 6e75800 docs(fix): update saml sso guide example to refelect types properly

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 docs/content/docs/guides/saml-sso-with-okta.mdx (+3 -3)

📄 Description

SSOOptions.cert is required but the example only defines SSOOptions.idpMetadata.cert (Internally the same but breaks type safety)


Summary by cubic

Fixed the SAML SSO with Okta guide example to use SSOOptions.cert instead of idpMetadata.cert, matching the required types. This prevents TypeScript errors and clarifies where to place the Okta certificate.

Written for commit 6e7580034a. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6280 **Author:** [@jslno](https://github.com/jslno) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `docs/update-saml-sso-guide` --- ### 📝 Commits (1) - [`6e75800`](https://github.com/better-auth/better-auth/commit/6e7580034a7d79eb4d45f69c728addcbe05b10bd) docs(fix): update saml sso guide example to refelect types properly ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/guides/saml-sso-with-okta.mdx` (+3 -3) </details> ### 📄 Description `SSOOptions.cert` is required but the example only defines `SSOOptions.idpMetadata.cert` (Internally the same but breaks type safety) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed the SAML SSO with Okta guide example to use SSOOptions.cert instead of idpMetadata.cert, matching the required types. This prevents TypeScript errors and clarifies where to place the Okta certificate. <sup>Written for commit 6e7580034a7d79eb4d45f69c728addcbe05b10bd. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:03:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6564