寻求有关 SAML Web 服务和 Netbeans 7 的帮助
Google 让我失望了,Netbeans 7 相当新,所以我还找不到任何示例或教程。我正在使用 Netbeans 附带的示例安全计算器应用程序,它是一个简单的 Web 服务,具有将两个 int 添加在一起的add 操作。
如果您点击Web Services -> CalculatorWS,然后右键单击(打开上下文菜单)->编辑 Web 服务属性,然后“安全服务”选项支持
- 通过 SSL 进行 SAML 授权
- SAML 发件人凭证与证书
- SAML 密钥持有者
还有一堆 STS(安全令牌服务)选项,我现在不想使用 STS。 哪个是最容易尝试的,以及如何尝试它们或制作这些 SAML 令牌?
我非常熟悉 Web 服务,但不是 SAML...或 Netbeans(更多的是 Eclipse 人员,但越来越熟悉)熟悉NB)。我真的只是在寻找一个地方来了解更多相关信息,以及是否可以启动并运行这个简单的示例。
Google has failed me and Netbeans 7 is fairly new so I can't find any examples or tutorials yet. I'm using the sample Secure Calculator App that comes with Netbeans, its a simple web service with an add operation that adds two int's together.
If you click on Web Services -> CalculatorWS, then right-click (open context menu) -> Edit Web Service Attributes, then the "Secure Service" options supports
- SAML Authorization over SSL
- SAML Sender Vouches with Certificates
- SAML Holder of Key
And a bunch of STS (Secure Token Service) options, which I don't want to use an STS right now. Which is the easiest to try, and how try them or make these SAML tokens?
I'm very familiar with Web Services, just not SAML... or Netbeans (More of an Eclipse guy, but getting familiar with NB). I'm really just looking for a place to learn more about this, and if I can this simple example up and running.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SAML 确实开始腾飞……很高兴看到这一点。我现在对它更加熟悉了。因此,如果人们有疑问,请告诉我。
SAML is really starting to take off... it's good to see. I'm way more familiar with it now. So if people have questions let me know.