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
I want to add a user to a group when federating. If I use a .fetch() call, the user might not be created in a reconcile lambda, meaning that I can not do this call (without a failure)
Solution
Expose a group object in the reconcile lambda to be merged to the user object (also already in the reconcile lambda)
Alternatives/workarounds
Use a webhook (downside is that a JWT will be minted after group changes are done in the listener.
Use SCIM
Additional context
We should consider any "post" actions that would be applied to a user object after it is solidified in a reconcile lambda. Familes. Consents. etc.
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered:
jobannon
changed the title
Add A Groups Object to a Reconcile Lambba
Add A Groups Object to a Reconcile Lambda
Jan 23, 2025
Problem
I want to add a user to a group when federating. If I use a .fetch() call, the user might not be created in a reconcile lambda, meaning that I can not do this call (without a failure)
Solution
Expose a group object in the reconcile lambda to be merged to the user object (also already in the reconcile lambda)
Alternatives/workarounds
Use a webhook (downside is that a JWT will be minted after group changes are done in the listener.
Use SCIM
Additional context
We should consider any "post" actions that would be applied to a user object after it is solidified in a reconcile lambda. Familes. Consents. etc.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Related
#229
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: