Originally created by @igor47 on GitHub (Nov 20, 2023).
Steps to reproduce
set up a audiobookshelf server with SSO enabled
confirm you can log in with SSO into the web UI
add server to mobile app
use your "log in with SSO" button
Expected behaviour
I should log into the app
Actual behaviour
I get an error, like in this screenshot:
there seem to be two problems here:
missing a / between my domain name *.org and the auth endpoint, so it looks like orgauth instead of org/auth
that looks like an IP address in the error, but it doesn't seem to be any ip address i recognize -- not for any of my audiobookshelf server, my mobile device, or my openid auth server (i'm using authentik)
Environment data
Audiobookshelf Version:
Android App?
iOS App?
Android Issue
Device model: Asus Zenfone 8
Stock or customized system: Lineage
I am in the "early access" group via the play store, and using app version from nov 17th (looks like 0.9.67-beta)
Originally created by @igor47 on GitHub (Nov 20, 2023).
### Steps to reproduce
1. set up a audiobookshelf server with SSO enabled
2. confirm you can log in with SSO into the web UI
3. add server to mobile app
4. use your "log in with SSO" button
### Expected behaviour
- I should log into the app
### Actual behaviour
- I get an error, like in this screenshot:
-

there seem to be two problems here:
- missing a `/` between my domain name `*.org` and the `auth` endpoint, so it looks like `orgauth` instead of `org/auth`
- that looks like an IP address in the error, but it doesn't seem to be any ip address i recognize -- not for any of my audiobookshelf server, my mobile device, or my openid auth server (i'm using authentik)
### Environment data
Audiobookshelf Version:
- [X] Android App?
- [ ] iOS App?
#### Android Issue
Device model: Asus Zenfone 8
Stock or customized system: Lineage
I am in the "early access" group via the play store, and using app version from nov 17th (looks like `0.9.67-beta`)
adam
added the bug label 2026-04-24 23:37:12 +02:00
i tried adding a / at the end of my server name, but it seems stripped out automatically
i can log in using my username/password, bypassing SSO, and the app works fine then.
@igor47 commented on GitHub (Nov 20, 2023):
fyi @Sapd
i tried adding a `/` at the end of my server name, but it seems stripped out automatically
i can log in using my username/password, bypassing SSO, and the app works fine then.
@advplyr commented on GitHub (Nov 21, 2023):
I fixed this yesterday https://github.com/advplyr/audiobookshelf-app/commit/ef4d7ba1bf7f4bbd799af56c7599fb10dae4036a
It will only work if you build from source. Since that feature isn't available yet in the server release I'm going to close this out. Thanks for testing
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.
Originally created by @igor47 on GitHub (Nov 20, 2023).
Steps to reproduce
Expected behaviour
Actual behaviour
there seem to be two problems here:
/between my domain name*.organd theauthendpoint, so it looks likeorgauthinstead oforg/authEnvironment data
Audiobookshelf Version:
Android Issue
Device model: Asus Zenfone 8
Stock or customized system: Lineage
I am in the "early access" group via the play store, and using app version from nov 17th (looks like
0.9.67-beta)@igor47 commented on GitHub (Nov 20, 2023):
fyi @Sapd
i tried adding a
/at the end of my server name, but it seems stripped out automaticallyi can log in using my username/password, bypassing SSO, and the app works fine then.
@advplyr commented on GitHub (Nov 21, 2023):
I fixed this yesterday https://github.com/advplyr/audiobookshelf-app/commit/ef4d7ba1bf7f4bbd799af56c7599fb10dae4036a
It will only work if you build from source. Since that feature isn't available yet in the server release I'm going to close this out. Thanks for testing