FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. aditya.badayalya
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    aditya.badayalya

    @aditya.badayalya

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aditya.badayalya Unfollow Follow

    Latest posts made by aditya.badayalya

    • RE: Trying to set up user registration on email invite

      @mark-robustelli thanks for the insight. I got around it using the fusion auth sdk in the application for user registration. Forgot to update the same here unfortunately.

      posted in General Discussion
      A
      aditya.badayalya
    • Trying to set up user registration on email invite

      Hello!

      I am trying to integrate the /oauth2/register to allow users to update some of their basic details on fusion auth such as name etc.
      Current system implementation involves inviting the user to fusion auth from the main application and then after that an email is sent to the user to set password. This utilises the password/change/ route
      Instead of just setting up the password I want the user to be able to set up some basic information and the password. After looking at the documentation I found out /oauth2/register this would be the best possible route to implement that facility.

      I tried integrating the same in the email template but ran into errors that said something was missing. redirect_uri, tenet_id, application_id were all included in query params.
      Any ideas as to how exactly I should be implementing it?

      posted in General Discussion
      A
      aditya.badayalya