Janrain 与现有 ASP.NET 会员数据库的理想集成
我让 Janrain 为 SSO 工作,那里没有任何问题。但是,一旦我获得了用户的标识并将其放入 ASP.NET 会员数据库中,我不是还需要设置密码吗?我想我可以为每个用户输入一个虚拟密码,但是如果有人发现这个密码是什么,那么每个人都会受到威胁?
I've got Janrain working for SSO and no problems there. But once I get the user's identification and put it into the ASP.NET membership database, don't I also need to set a password? I guess I can put in a dummy password for each user, but that would leave everyone open to compromize if someone finds what this password is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使虚拟密码随机?
make the dummy passwords random?
您只需为密码生成一个 guid 即可完成。
you can just generate a guid for the password and be done with it.