Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 auth0 对我的 OpenEDX 上的用户进行身份验证。
本文档展示了如何使用 google、facebook、LinkedIn 和 Microsoft 配置 openEDX 0Auth2,但我想使用 auth0。
开箱即用 opensx 支持您在该文档文件中看到的内容。在内部,它使用 python-social-auth,它也不支持 auth0。
如果您确实想使用 auth0 进行身份验证,则必须分叉并修改源以自己支持它。