-
Hi, Initially I was attempting to add ABS to my forward proxy that uses Google Oath that I have setup for other apps through Traefik. This works but only for the webpage, I could not seem to get it working with the official Andoid ABS app. If this is possible please let me know! In the meantime I saw that OIDC support was added so I was trying to take advanatage of that. I assumed I could leverage the same google oauth app as long as I added the two authorized re direct URIs noted in the ABS setup guide, e.g.: [ https://abs.mysite.net/auth/openid/mobile-redirect] but I seem to be running into issues even with the webapp which returns unauthorized. The ABS logs show the following after every attempt. My settings are below, which to be honest i fumbled through looking for the appropriate values. I temporailly have auto register turned on for testing. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, forward authentication is not supported by the mobile apps and is not planned (due to not being a standard like OAuth and the ability to just use OAuth). I haven't done anything with Google for OIDC, but I believe your Issuer URL is wrong. Based on the documentation at https://www.audiobookshelf.org/guides/oidc_authentication/#remaining-configuration-items and the error, your Issuer URL should be |
Beta Was this translation helpful? Give feedback.
Yes, forward authentication is not supported by the mobile apps and is not planned (due to not being a standard like OAuth and the ability to just use OAuth).
I haven't done anything with Google for OIDC, but I believe your Issuer URL is wrong. Based on the documentation at https://www.audiobookshelf.org/guides/oidc_authentication/#remaining-configuration-items and the error, your Issuer URL should be
https://accounts.google.com
or similar.