コメント

2件のコメント

  • Tim Schutz

    You configure the Primary and Secondary keys on the configuration page for your Box application within the developer console (these keys are global for your app).  Configuring these are optional, but do provide you with an added layer of security.

    These keys will be returned in the headers of the webhook payload that is fired from Box for the events you subscribe to.  See the details here:
    V2 Webhooks - Box Developer Documentation


    You can then grab the values from the headers and use them to validate the authenticity of the webhook payload.

    Hope this helps,

    Tim

    1
    コメントアクション パーマリンク
  • Bakulkumar Kakadiya

    "You configure the Primary and Secondary keys on the configuration page for your Box application within the developer console (these keys are global for your app)."   -- This helps to connect the dots. Thanks a lot. 

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。