Forum Discussion

AnthonyErp's avatar
4 years ago
Solved

Redirect Uri when Registering App

Hi,   I am writing a Python web application which will run locally (on localhost:5000) but needs to access the AccountRight cloud API.   What Redirect Uri should I use in that case when registeri...
  • Hannah_B's avatar
    4 years ago

    Hi Anthony (AnthonyErp)

     

    Thank you for reaching out,  The redirect URI is the location where the authorization server sends the user once the app has been successfully authorized. For example, I use the app Insomnia and have the redirect URI or https://insomnia.rest or when using the Postman app I have set this up to be  https://www.getpostman.com/oauth2/callback. 

     

    I hope this helps. 

     

    Many Thanks,