website/docs: add note for invitation via prompt
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
96d7a5a27f
commit
9665e33156
|
@ -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 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`.
|
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`.
|
||||||
|
|
Reference in New Issue