website/integrations/documentation/tandoor/index.md
Application for managing recipes, planning meals and building shopping lists.
The following placeholders are used in this guide:
tandoor.company is the FQDN of the Tandoor 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 Tandoor with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://tandoor.company/accounts/oidc/authentik/login/callback/.Add the following environment variables to your Tandoor configuration. Replace the placeholders with values from your authentik instance.
SOCIAL_PROVIDERS=allauth.socialaccount.providers.openid_connect
SOCIALACCOUNT_PROVIDERS='{"openid_connect":{"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"<Client ID from authentik>","secret":"<Client Secret from authentik>","settings":{"server_url":"https://authentik.company/application/o/<application_slug>/.well-known/openid-configuration"}}]}}'
Replace <application_slug> with the authentik application slug created earlier.
Restart the Tandoor service for the changes to take effect.
To confirm that authentik is properly configured with Tandoor, log out of Tandoor, then use the "Sign in with authentik" button on the login page and verify that Single Sign-On succeeds.