如果未启用 SCIM,SCIM 用户 ID 是否与 IdP 的用户 ID 设置相同?

发布于 2025-01-13 14:26:03 字数 297 浏览 5 评论 0原文

假设您有一个可以充当 SCIM 服务器的 IdP(WSO2 就是其中之一 - 我很想知道是否还有其他服务器),但 SCIM 当前尚未启用,并且它已与用户 Fred 一起启动并运行了一段时间。 Fred 的用户 ID 为 31415。现在我们决定在 IdP 上启用 SCIM,并且客户端为用户进行 SCIM 查询。 Fred 的 ID(在 JSON 响应中突出)是否为 31415,或者启用 SCIM 是否会导致 IdP 为所有用户生成额外/新的 SCIM ID?我知道对于正常的非 SCIM 操作,Fred 仍会与 31415 关联,但对于 SCIM 操作可能会有一个新的 ID。

Say you have an IdP that can act as a SCIM server (WSO2 is one -- I would be interested to know if there are others), but SCIM is not currently enabled and it is up and running for a while with user Fred. Fred has a user ID of 31415. Now we decide to enable SCIM on the IdP and a client makes a SCIM query for the users. Will Fred's ID (prominent in the JSON response) be 31415, or would enabling SCIM have caused the IdP to generate additional/new SCIM IDs for all the users? I know for normal, non-SCIM operations, Fred would still be associated with 31415, but maybe for SCIM operations there would be a new ID.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌若浮生 2025-01-20 14:26:03

任何一种方法都是可以接受的。我不知道任何 SCIM 服务器、库等的具体情况以及他们如何处理它。为了简单起见,如果可能的话,我建议表示现有的内部 ID 值 31415,并将其也用作 SCIM ID 值。

Either approach would be acceptable. I don't know the specifics of any SCIM servers, libraries, etc on how they'd treat it. For simplicity's sake, if possible I'd recommend representing the existing internal ID value of 31415 and using that for the SCIM ID value as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文