2

我一直在搜索有关如何为我的 Rstudio Server pro 使用 AWS Cognito 身份验证的文档?但我在互联网上找不到任何相关文档。是否有任何过程我们可以在不使用 PAM、Google 和代理身份验证的情况下对 rstudio server pro 进行身份验证。如果我可以使用 Centos 从我的 S3 存储桶中调用 json 文件,那么我认为我可以做到。谁能帮我从 s3 存储桶中调用我的 json 文件。

4

2 回答 2

1

我从 Rstudio Community 收到了一些回复。我认为这个回复会帮助其他人。

AWS Cognito 支持标准协议,例如 SAML 2.0 和 OpenID Connect。RStudio Server Pro 目前不支持这些,但将来可能会改变。现在您可以使用代理身份验证。我已经看到客户成功使用https://github.com/oauth2-proxy/oauth2-proxyhttps://github.com/latchset/mod_auth_mellon
#Rstudio-社区支持

于 2020-09-18T01:23:15.563 回答
1

Rstudio 服务器最近在其文档站点 SAML 和 Openid 中添加了另外 2 种身份验证方法。现在使用 rstudio 和 aws 更容易了。这里是文档链接享受!

https://docs.rstudio.com/ide/server-pro/latest/authenticating-users.html#openid-connect-sign-on-sso-authentication

这是在 Rstudio Server 中使用 openid 进行 sso 的最简单方法。有很多方法,比如配置 hhtpd (apache)、google account、Pam authentication、proxyed authentication、SAML(new)、openid(new)。

于 2020-09-25T01:54:07.673 回答