You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workflows/about-workflows/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Currently, you can use the following triggers:
19
19
-`m2m:token_generation` - when a request to the token endpoint is made with an M2M application.
20
20
-`user:new_password_provided` - when a user requests to create or reset a password.
21
21
-`user:existing_password_provided` - when a user hasn’t signed in, but they have requested to sign in and given their current password.
22
-
-`user:pre_mfa` - where the user has completed single factor authentication (e.g. email + password or Google) and determined which organization (if any) they are trying to access.
23
22
-`user:tokens_generation` - An ID or access token is generated after authentication or refresh token request.
23
+
-`user:pre_mfa` - where the user has completed single factor authentication (e.g. email + password or Google) and determined which organization (if any) they are trying to access. This trigger is only available to customers on a Kinde Scale plan.
24
24
25
25
We will add more triggers (and allow you to create your own) as we develop the feature.
Copy file name to clipboardExpand all lines: src/content/docs/workflows/example-workflows/pre-mfa-workflow.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ relatedArticles:
8
8
- d672fca7-6c6a-49f8-85c9-6e86ce99f440
9
9
---
10
10
11
+
<Asidetype="upgrade">
12
+
13
+
This workflow trigger is only available on the Kinde Scale plan
14
+
15
+
</Aside>
16
+
11
17
Trigger: `user:pre_mfa`
12
18
13
19
This trigger is fired after the user has complete single factor authentication (e.g email + password or Google) and determined which organization (if any) they are trying to access.
0 commit comments