Skip to content

Commit 48ea2b7

Browse files
Merge pull request #392 from kinde-oss/fix/wflow-mfa-scale-gate-badge
Fix/wflow mfa scale gate badge
2 parents 8cdf9ac + 06ff6a7 commit 48ea2b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/content/docs/workflows/about-workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Currently, you can use the following triggers:
1919
- `m2m:token_generation` - when a request to the token endpoint is made with an M2M application.
2020
- `user:new_password_provided` - when a user requests to create or reset a password.
2121
- `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.
2322
- `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.
2424

2525
We will add more triggers (and allow you to create your own) as we develop the feature.
2626

src/content/docs/workflows/example-workflows/pre-mfa-workflow.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ relatedArticles:
88
- d672fca7-6c6a-49f8-85c9-6e86ce99f440
99
---
1010

11+
<Aside type="upgrade">
12+
13+
This workflow trigger is only available on the Kinde Scale plan
14+
15+
</Aside>
16+
1117
Trigger: `user:pre_mfa`
1218

1319
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

Comments
 (0)