English 中文(简体)
活跃的STS从零到尾
原标题:Active WCF STS from scratch to end

I ve a problem with using WIF to secure WCF services. I just can t make it work. I ve read so many things about it in so many places, but that are not official documentation nor complete, that i start getting confused and don t know where to look for real info...

The thing i want to achieve is having a SSO strategy for several asp.Net applications and WCF services. I understand that i have to use passive STS for Webapp and active STS for WCF client, but i can t make it work.

想工作的情况是:

a. 拥有供料和周转基金使用的共同STS,然后

  1. Login on webapp1
  2. Going to app2 and being already loged in (until here it s OK)
  3. call a webservice from app1 hosted on webapp2 without signing again (from here i have trouble)
  4. call a webservice from a client (WPF for instance), by loging to the STS.

因此,任何人都知道或有样本、手法或 de,表明如何从头开始这样做? 造成所有身份实验室的原因都是事先配置的,而且(或)没有经过充分记录。

阅读,希望能在此找到一些答案:

最佳回答
问题回答

暂无回答




相关问题
Decoding http response with certificate

I m new to php and I need to authenticate to a SSO server. The SSO server is a .Net one, using a SSL certificate. When I go back from the SSO server, the response is encoded. I have the key of the ...

understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I ve been asked to use Single Sign on using SAML2 (where I would be the service provider and my client would be the identity provider). The best ...

Showing a secure password dialog on a web page

I ve built a Single-Sign-On system for our web network. It works like this: User clicks a login link on the site he wants to log in to (the "Unsafe Site"). The unsafe site s ID is passed in the URL. ...

Generate SAML 1.1 (and possibly 2.0) assertions

I m looking for a very easy and quick way to generate some SAML assertions. This is only going to be used for testing (using SOAP UI). So I just need something that can generate a valid assertion, ...

Cookie based SSO

How can I implement a cookie based single sign on without a sso server? I would to share the user logged in across multiple applications using only a cookie on the browser. In my mind it s working ...

热门标签