From b981bc5ba1f6d048150e1199b41a506daa890516 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Mon, 13 Jan 2025 23:34:38 -0500 Subject: [PATCH] website/integrations: template: add configuration validation step (#12535) * website/integrations: template: validation template Adds configuration validation section of the template for tana to validate before adding everywhere. Draft 1 Signed-off-by: 4d62 * Update website/integrations/template/service.md Co-authored-by: Tana M Berry Signed-off-by: 4d62 * fix build * Update website/integrations/template/service.md Signed-off-by: 4d62 * website/integrations: template: lint Yea --------- Signed-off-by: 4d62 Signed-off-by: 4d62 Co-authored-by: Tana M Berry --- website/integrations/template/service.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/integrations/template/service.md b/website/integrations/template/service.md index 2d0f812ca219..ca034a53e505 100644 --- a/website/integrations/template/service.md +++ b/website/integrations/template/service.md @@ -35,3 +35,9 @@ Insert authentik configuration 1. Write first step here... 2. Continue with steps.... + +## Configuration verification + +Template sentence that you can typically use here: "To confirm that authentik is properly configured with _Service Name_, log out and log back in via authentik." + +If there are more specific validation methods for the Service (e.g., clicking a button), include these instructions for clarity.