简体   繁体   English

WSO2是使用摘要密码的身份验证SOAP

[英]WSO2is authentication SOAP using digest password

I have a WSO2is v. 5.0.0 我有一个WSO2is v。5.0.0

I need to authenticate the users via SOAP. 我需要通过SOAP对用户进行身份验证。 The problem is that my application can't send a clear password. 问题是我的应用程序无法发送清晰的密码。 My application can send only a digest MD5 password to WSO2is. 我的应用程序只能将摘要MD5密码发送到WSO2is。

Can I make some configuration on WSO2is to solve this problem? 我可以在WSO2is上进行一些配置来解决此问题吗?

All credentials (username, password) are passed to the userstore manager(s) invoking the "authenticate" method. 所有凭证(用户名,密码)都传递给用户存储管理器,调用“ authenticate”方法。 If you create a custom userstore manager ( https://docs.wso2.com/display/IS500/Writing+a+Custom+User+Store+Manager ) which would authenticate the users based on the hash (md5), then the hash will be considered as the user password (however, it's not very common, usually the user password is passed to the identity server to authenticate regardless the user storage). 如果创建自定义用户存储管理器( https://docs.wso2.com/display/IS500/Writing+a+Custom+User+Store+Manager ),该管理器将基于哈希(md5)对用户进行身份验证,则哈希将被视为用户密码(但是,这不是很常见,通常用户密码会传递给身份服务器以进行身份​​验证,而与用户存储空间无关)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM