Authorize user request to our integration middle-ware from a basic app action

Hello,

We are in the process of developing an integration app for the marketplace and Oauth authentication is already done.

But we do have a problem with how to identify the request coming from Pipedrive is a legitimate user or not. Is there anything basic app action return with redirect URL which can be helpful for my case, other than the company id, etc…?

If you have a better solution I would love to hear.
Thanks

Hi @madumal.jeewantha,

For additional security and to identify that the request from Pipedrive is a legitimate one, perhaps you could use the state parameter? More information about it can be found in our Developer Documentation here.

Hope this helps! :slightly_smiling_face:

1 Like

Hi @Nicole_Tan ,

Great! I’ll go through the docs.
Thanks