From 9665e331563cda1f4660ff8d9ce732555b326a1c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 1 Aug 2021 13:07:50 +0200 Subject: [PATCH] website/docs: add note for invitation via prompt 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 ce4736ca1..bd7dcd637 100644 --- a/website/docs/flow/stages/invitation/index.md +++ b/website/docs/flow/stages/invitation/index.md @@ -9,3 +9,5 @@ If the option `Continue Flow without Invitation` is enabled, this stage will con 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`. + +You can also prompt the user for an invite by using the [*Prompt stage*](../prompt/index.md) by using a field with a field key of `token`.