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.
我使用 WSO2 尝试了基于 openID 的 SSO,它运行良好。我的用例需要同时使用 google/gmail 帐户以及应用程序发布的用户帐户来支持 SSO。能否将 WSO2 组件配置为依赖方,将 google 配置为 SSO 提供者。
我相信您需要的是一个自定义的 UserStoreManager,它将针对谷歌对用户进行身份验证。
身份服务器可以配置多个用户存储。
尽管 wso2 源代码当然有 LDAPReadWriteUserStoreManager 和其他一些实现,但我并没有太多看如何实现自定义 UserStoreManager。