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?
D
Posts made by davidhaven1246
-
Customizing FusionAuth User Invitation Flow