From c9fe28dad73b7402e2d4ba7bea78e67fd81b1ac2 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 31 Jul 2021 14:14:10 +0200 Subject: [PATCH] website/docs: add usage for invitation stage Signed-off-by: Jens Langhammer --- website/docs/flow/stages/invitation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/flow/stages/invitation/index.md b/website/docs/flow/stages/invitation/index.md index b81619eee..ce4736ca1 100644 --- a/website/docs/flow/stages/invitation/index.md +++ b/website/docs/flow/stages/invitation/index.md @@ -7,3 +7,5 @@ This stage can be used to invite users. You can use this to enroll users with pr If the option `Continue Flow without Invitation` is enabled, this stage will continue even when no invitation token is present. To check if a user has used an invitation within a policy, you can check `request.context.invitation_in_effect`. + +To use an invitation, use the URL `https://authentik.tld/if/flow/your-enrollment-flow/?token=invitation-token`.