最近搜索


没有最近搜索

Fredrik Johansson's Avatar

Fredrik Johansson

已加入2021年10月26日

·

最后活动2021年10月26日

关注

0

关注者

0

活动总数

2

投票

0

订阅

1

活动概览

的最新活动 Fredrik Johansson

Fredrik Johansson 进行了评论,

评论Single sign-on

We're using SSO with the JWT endpoint and the external_id field. An issue that we're having is that ZD throws an error when a user changes his/her email at our system and then tries to SSO to an existing account (with the external_id remains the same). An example:

If our UserId 123 <user@email.com> visit ZD, we use SSO by passing something like this: { external_id: 123, email: "user@email.com", ... } to the endpoint https://nnn.zendesk.com/access/jwt?jwt=...&return_to=yyy. This works great, ZD creates the user.

Now, if our user changes his/her e-mail to new@email.com in our system, then the next time we use SSO the following JWT is passed: { external_id: 123, email: "new@email.com", ... }. Which results in an error.

I would like to see a setting in ZD where you may configure SSO to allow updating e-mailaddresses if external_id is provided, via the SSO feature. Thanks!

查看评论 · 已于 2021年10月26日 发布 · Fredrik Johansson

0

关注者

0

投票

0

评论