如何在 WSO2 IS 中创建身份验证 API

How to create authentication API in WSO2 IS

我正在尝试在 WSO2 Identity Server 中部署基于 SOAP 的身份验证 API。

我想部署一个基于JDBC (MySQL) User Store 的Identity Provider,并将其暴露在一个Service Provider 中,以验证(用户,密码)和注册用户。

用户存储已由 MySQL 配置。但是,我没有找到明确的 documentation/tutorial/example 来执行此操作。

谁能帮帮我?

谢谢。

我回答我自己的问题:

http://soasecurity.org/2013/12/10/user-role-management-with-wso2-identity-server-apis/

Identity Server 具有 API 管理用户角色,允许进行身份验证、添加用户等