在 Parse Server 中通过 Keycloak 进行身份验证时如何获取登录数据?

问题描述

我知道这很愚蠢,但我才开始学习 Parse Server 一周。我正在使用第 3 方身份验证创建登录功能。我在这里阅读了文档 BeginPaint ,但我不知道如何从 Keycloak 服务器获取数据。

{
  "keycloak": {
    "access_token": "access token from keycloak JS client authentication","id": "the id retrieved from client authentication in Keycloak","roles": ["the roles retrieved from client authentication in Keycloak"],"groups": ["the groups retrieved from client authentication in Keycloak"]
  }
}

另外,我正在使用JS SDK在Parse服务器和Keycloak中创建登录功能,但我不知道Parse如何通过Keycloak进行授权,如果有人能给我一些,我非常感谢示例或一些提示。谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)