[PR #7665] [MERGED] fix(oauth-provider): honor prompt=none for OIDC #7478

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7665
Author: @NefixEstrada
Created: 1/28/2026
Status: Merged
Merged: 1/29/2026
Merged by: @himself65

Base: canaryHead: fix-oidc-oauth-plugin-prompt


📝 Commits (1)

  • 6c4da7e fix(oauth-provider): honor prompt=none for OIDC

📊 Changes

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

View changed files

📝 packages/oauth-provider/src/oauth.ts (+1 -0)

📄 Description

The OIDC standard allows prompt=none to be a valid value. This commit fixes hte plugin to honor the standard


Summary by cubic

Accepts prompt=none in OIDC requests to match the spec and support silent authentication flows. Prevents validation errors from clients using prompt=none.

Written for commit 6c4da7ef1b. 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/7665 **Author:** [@NefixEstrada](https://github.com/NefixEstrada) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix-oidc-oauth-plugin-prompt` --- ### 📝 Commits (1) - [`6c4da7e`](https://github.com/better-auth/better-auth/commit/6c4da7ef1b996aacd98fdf7f1212ff69618c3353) fix(oauth-provider): honor prompt=none for OIDC ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/oauth-provider/src/oauth.ts` (+1 -0) </details> ### 📄 Description The OIDC standard allows prompt=none to be a valid value. This commit fixes hte plugin to honor the standard <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Accepts prompt=none in OIDC requests to match the spec and support silent authentication flows. Prevents validation errors from clients using prompt=none. <sup>Written for commit 6c4da7ef1b996aacd98fdf7f1212ff69618c3353. 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:38:08 -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#7478