Authenticate Zendesk Application requests to outside API

1 댓글

  • Eric Nelson
    Zendesk Developer Advocacy
    Hey David, 

    Your best bet to keep this secure would be to create a middleware that actually handles the external API communication for your app. The request could be sent from your app, validated by the middleware that it actually came from Zendesk (utilizing the headers that we provide and validating the host). Then have the middleware which has the appropriate authentication with your api stored pass the request on and then send the response back to Zendesk. 
    0

댓글을 남기려면 로그인하세요.

Zendesk 제공