Customizing FusionAuth User Invitation Flow
-
How can I properly implement the /oauth2/register endpoint in FusionAuth to allow invited users to set their password and update basic details (like name) during registration, instead of just setting the password via /password/change/? I've included redirect_uri, tenant_id, and application_id in the query params, but still encounter errors. What might be missing or incorrectly configured?
-
@davidhaven1246 Have you checked out the documentation on using the basic registration form? Will enabling the Self-service registration for the application what you are after? If not, a little more detail on your flow and how you have implemented may help.
This post may help provide some clarity as well for an invitation flow. Keep in mind, this flow utilizes some paid features of FusionAuth, but you may be able to figure out some work arounds with the community edition.
This post talks about passing some parameters in a link that may help as well.