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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:sso-redirect-ri📝 Commits (3)
8af3c09SSO: Add redirect_uri to oAuth auth request044a35aSSO: Removed isRest as requirement74fef1dMake 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.