微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决在 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 举报,一经查实,本站将立刻删除。