如何确保 OData 服务的安全?
OData 很棒,因为它很简单。
但是,我没有看到 OData 的任何安全规范。
常见做法是什么? HTTPS +(用户名、密码)
OData is great because it's simple.
However, I don't see any security specification for OData.
What is common practice? HTTPS + (username, pwd)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
规范中提到,它类似于 Atom 发布协议。因此两者的安全定义是相同的。
OData 规范(第 5 节)
Atom 发布协议基于在 HTTP 上。可以进行身份验证 HTTP 身份验证,如基本和摘要访问身份验证 建议但不要求使用身份验证机制来防止未知或未经授权的客户端进行 POST 或编辑。
There is mentioned in the spec, it is similar to Atom publishing protocol. So security definitions for both are same.
OData Spec (section 5)
The Atom Publishing Protocol is based on HTTP. Authentication can be done HTTP Authentication like Basic and Digest Access Authentication The use of authentication mechanisms to prevent POSTing or editing by unknown or unauthorized clients is RECOMMENDED but not required.