最近搜索
没有最近搜索

Jared Fowkes
已加入2021年4月15日
·
最后活动2024年9月16日
关注
0
关注者
0
活动总数
6
投票
0
订阅
2
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Jared Fowkes
Jared Fowkes 进行了评论,
I ended up using IP authentication and am only accepting requests from IPs listed in the endpoint below. This is not ideal but seems to be a workable solution.
https://developer.zendesk.com/api-reference/ticketing/account-configuration/public_ips/
查看评论 · 已于 2024年9月16日 发布 · Jared Fowkes
0
关注者
0
投票
0
评论
Jared Fowkes 进行了评论,
I ended up using IP authentication using the IPs listed in the API endpoint listed below.
https://developer.zendesk.com/api-reference/ticketing/account-configuration/public_ips/
This is not ideal but seems to be a reasonable solution.
查看评论 · 已于 2024年9月16日 发布 · Jared Fowkes
0
关注者
0
投票
0
评论
Jared Fowkes 创建了一个帖子,
I'm working on a ticket sidebar app that gets data from our self-hosted API endpoints. Is there a way to verify that the data requested is from one of our ZenDesk users?
I see that requests have JWT tokens in the X-Zendesk-AuthN header, but there's no documentation on how to validate them.
There is an option for signed URLs. However, this only applies to the initial connection and not to calls made from the app itself.
What is best practice here? ZenDesk is providing a lot of great information in their requests, but there's no great way to validate it.
已于 2024年9月12日 发布 · Jared Fowkes
0
关注者
1
投票
2
评论
Jared Fowkes 创建了一个帖子,
I'm told by support that all API calls must impersonate a user. However, many of our API calls are automatic and shouldn't be related to a user.
The issue that we ran into was that we were using an API update to trigger email notifications. However, the emails are sent using the name of the user the API is impersonating.
I believe the easiest solution is for the Dev team to create an anonymous or system user. So that APIs can impersonate system and thus operate as an unnamed user – much the same way that internal ZenDesk calls are managed now.
已于 2021年10月12日 发布 · Jared Fowkes
1
关注者
2
投票
0
评论