[PR #7450] [CLOSED] fix: add 'sso' to trustedProviders type #7322

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7450
Author: @bytaesu
Created: 1/18/2026
Status: Closed

Base: canaryHead: cursor/trustedprovider-sso-need-c544


📝 Commits (2)

  • a58c1cc fix(core): add 'sso' to trustedProviders type
  • ac6426a fix(core): add credential and siwe to trustedProviders type

📊 Changes

3 files changed (+6 additions, -3 deletions)

View changed files

📝 docs/content/docs/guides/workos-migration-guide.mdx (+1 -1)
📝 docs/content/docs/reference/options.mdx (+1 -1)
📝 packages/core/src/types/init-options.ts (+4 -1)

📄 Description

Summary by cubic

Adds "sso", "credential", and "siwe" to the trustedProviders type, replacing "email-password". Matches plugin IDs (SSO uses "sso") and improves autocomplete and SAML ACS fallback when no providerId is provided.

Written for commit ac6426a59c. Summary will update 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/7450 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `cursor/trustedprovider-sso-need-c544` --- ### 📝 Commits (2) - [`a58c1cc`](https://github.com/better-auth/better-auth/commit/a58c1ccbba75c2168d13b1a5e7cd80dbdad457de) fix(core): add 'sso' to trustedProviders type - [`ac6426a`](https://github.com/better-auth/better-auth/commit/ac6426a59c0da64bb601d52fdfee45dba80d95c0) fix(core): add credential and siwe to trustedProviders type ### 📊 Changes **3 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/guides/workos-migration-guide.mdx` (+1 -1) 📝 `docs/content/docs/reference/options.mdx` (+1 -1) 📝 `packages/core/src/types/init-options.ts` (+4 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds "sso", "credential", and "siwe" to the trustedProviders type, replacing "email-password". Matches plugin IDs (SSO uses "sso") and improves autocomplete and SAML ACS fallback when no providerId is provided. <sup>Written for commit ac6426a59c0da64bb601d52fdfee45dba80d95c0. Summary will update 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:32:04 -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#7322