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 Identity Server 3.2.3 中添加带有自定义表的外部用户存储的能力发生了什么?
我们正在评估此 IS 的使用,似乎旧版本具有此功能,而最新版本没有。
我是否缺少配置设置或此功能已被完全删除?或者这是一个构建配置选项?
没有这个功能是一个障碍。
它是通过配置文件完成的——(似乎)没有 ui 组件。通过操作 user-mgt.xml 和 master-datasource.xml 文件,我能够通过 jdbc 连接到外部 sql server 用户存储。尽管下一步将定义一个逻辑模式定义来映射 id 字段。例如,在我的 sql server db 上的 /dbscripts 中运行 mssql.sql 脚本将创建所需的结构。