stages/email: use different query arguments for email and invitation tokens

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-20 19:55:53 +02:00
parent 180d27cc37
commit 4c29d517f0
4 changed files with 11 additions and 6 deletions

View File

@ -8,6 +8,6 @@ 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`.
To use an invitation, use the URL `https://authentik.tld/if/flow/your-enrollment-flow/?itoken=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`.