website/integrations/media/audiobookshelf/index.md
Audiobookshelf is a self-hosted audiobook and podcast server.
The following placeholders are used in this guide:
audiobookshelf.company is the FQDN of the Audiobookshelf installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of Audiobookshelf with authentik, you need to create an application/provider pair in authentik.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Applications > Applications and click Create with Provider to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
Strict redirect URIs:
https://audiobookshelf.company/auth/openid/callbackhttps://audiobookshelf.company/auth/openid/mobile-redirectClick Submit to save the new application and provider.
https://authentik.company/application/o/<application_slug>/https://authentik.company/application/o/authorize/https://authentik.company/application/o/token/https://authentik.company/application/o/userinfo/https://authentik.company/application/o/<application_slug>/jwks/RS256https://audiobookshelf.company/auth/openid/mobile-redirectusername:::info
To bypass SSO for troubleshooting, navigate to https://audiobookshelf.company/login?autoLaunch=0 to access the local login form.
:::
To confirm that authentik is properly configured with Audiobookshelf, log out and attempt to log back in using OpenID Connect. You should be redirected to authentik for authentication and then redirected back to Audiobookshelf.