Hi, when I invite a new user, the user gets the "Setup password" email.
When they click the link, they get the following error:
{
"error" : "invalid_request",
"error_description" : "The request is missing a required parameter: redirect_uri",
"error_reason" : "missing_redirect_uri"
}
The URL does have the client_id in it, however. Shouldn't FusionAuth be able to set the correct request_uri from the client/application configuration?
Thanks,
Nick