Skip to content

Commit 2a4132a

Browse files
committed
Refactor the IdP login workflow to make the lambda more flexible and remove the requirement to merge the user.
1 parent 7684c24 commit 2a4132a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/FusionAuthClient.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4689,7 +4689,12 @@ export enum LambdaType {
46894689
OpenIDReconcile,
46904690
SAMLv2Reconcile,
46914691
SAMLv2Populate,
4692-
GenericIdpReconcile
4692+
AppleReconcile,
4693+
ExternalJWTReconcile,
4694+
FacebookReconcile,
4695+
GoogleReconcile,
4696+
HYPRReconcile,
4697+
TwitterReconcile
46934698
}
46944699

46954700
/**

0 commit comments

Comments
 (0)