我在声明管理中添加了一个名为 policyid 的新自定义属性(根据帖子),现在我想通过 SCIM 端点添加配置文件详细信息。我尝试使用以下 curl 命令..
curl -v -k --user admin:admin --data "{"schemas":[],"name":{"familyName":"gunasinghe","givenName":"hasinitg"},"userName":' jouhar',"password":"password"," policyid":"123" ,"emails":[{"primary":true,"value":"hasini_home.com","type":"home"}, {"value":"hasini_work.com","type":"work"}]}" --header "Content-Type:application/json" https://example.com:9443/wso2/scim/Users
但它不工作...请帮助..
**我的主存储更改为 JDBC 用户存储。