Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add A Groups Object to a Reconcile Lambda #2977

Open
jobannon opened this issue Jan 23, 2025 · 0 comments
Open

Add A Groups Object to a Reconcile Lambda #2977

jobannon opened this issue Jan 23, 2025 · 0 comments

Comments

@jobannon
Copy link

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.

@jobannon jobannon changed the title Add A Groups Object to a Reconcile Lambba Add A Groups Object to a Reconcile Lambda Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant