[PR #969] [MERGED] SSO: Add redirect_uri to oAuth auth request #1478

Closed
opened 2026-04-24 23:58:44 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/969
Author: @Sapd
Created: 12/4/2023
Status: Merged
Merged: 12/7/2023
Merged by: @advplyr

Base: masterHead: sso-redirect-ri


📝 Commits (3)

  • 8af3c09 SSO: Add redirect_uri to oAuth auth request
  • 044a35a SSO: Removed isRest as requirement
  • 74fef1d Make backwards compatible with server v2.6.0

📊 Changes

1 file changed (+20 additions, -9 deletions)

View changed files

📝 components/connection/ServerConnectForm.vue (+20 -9)

📄 Description

Also:

  • Add client_id with the name of the app (for possible future use)
  • Add response_type simply to provide all required oauth2 parameters for reference
  • For the URL to be opened in Browser: Forward the callback/redirect_uri URL provided by the server
  • Use a hardcoded variable for HTTPS enforcement, for easier debugging

🔄 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/advplyr/audiobookshelf-app/pull/969 **Author:** [@Sapd](https://github.com/Sapd) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `sso-redirect-ri` --- ### 📝 Commits (3) - [`8af3c09`](https://github.com/advplyr/audiobookshelf-app/commit/8af3c09458bd806b4cacea43b65c560f11abc6ae) SSO: Add redirect_uri to oAuth auth request - [`044a35a`](https://github.com/advplyr/audiobookshelf-app/commit/044a35aacf0b0ce907d752c5278b055ea686bac0) SSO: Removed isRest as requirement - [`74fef1d`](https://github.com/advplyr/audiobookshelf-app/commit/74fef1d2f4c8a9f390e1ee7052873bf0239edbd5) Make backwards compatible with server v2.6.0 ### 📊 Changes **1 file changed** (+20 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `components/connection/ServerConnectForm.vue` (+20 -9) </details> ### 📄 Description Also: - Add client_id with the name of the app (for possible future use) - Add response_type simply to provide all required oauth2 parameters for reference - For the URL to be opened in Browser: Forward the callback/redirect_uri URL provided by the server - Use a hardcoded variable for HTTPS enforcement, for easier debugging --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:44 +02:00
adam closed this issue 2026-04-24 23:58:44 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1478