diff --git a/website/integrations/services/tandoor-recipes/index.md b/website/integrations/services/tandoor-recipes/index.md index 968cf56b0..4a1afc94c 100644 --- a/website/integrations/services/tandoor-recipes/index.md +++ b/website/integrations/services/tandoor-recipes/index.md @@ -10,7 +10,7 @@ title: Tandoor Recipes > > -- https://docs.tandoor.dev/ -Tandoor Recipy uses Django Allauth as the authentication engine. It supports OpenID Connect. +Tandoor Recipes uses Django Allauth as the authentication engine. It supports OpenID Connect. ## Preparation @@ -21,7 +21,7 @@ The following placeholders will be used: ### Provider -Create an Provider in authentik with the following parameters: +Create a Provider in authentik with the following parameters: - Client type @@ -30,11 +30,11 @@ Create an Provider in authentik with the following parameters: - Client ID - Take note off Client ID. + Take note of the Client ID. - Client Secret - Take note off Client Secret. + Take note of the Client Secret. - Redirect URIs/Origins (RegEx) @@ -44,22 +44,22 @@ Create an Provider in authentik with the following parameters: authentik Self-signed Certificate -- Leave the rest on default +- Leave the rest as the default options. ### Application -Create a Application with the following parameters: +Create an Application with the following parameters: - Name: tandoor - Provider: tandoor -- Leave rest on default +- Leave the rest as the default options. -## Tandoor Recipy +## Tandoor Recipe - Set the following environment variables on your Tandoor Recipes installation (please make sure to use the correct values for `server_url`, `client_id` and `secret`): - Restart Tandoor, you should now see `Sign In Via Authentik` button. -- If you want to set your authentik user as administrator, log in as an administrator, then you can do so in the https://tandoor.company/admin/auth/user/ click the user you want to make admin, and mark the `Superuser status` and `Staff status`. +- If you want to set your authentik user as the administrator, log in as an administrator. Then navigate to `https://tandoor.company/admin/auth/user/`, click the user you want to make an administrator, and select the `Superuser status` and `Staff status`.