I am trying to implement oauth for amazon sellers in my application. I need to identify the user when amazon sp api callback my redirect url so that i could store the details in DB. This process follows oauth 1.0.
How to identify who initiated the oauth flow in my application?