WCF and WebLogic SAML interop
问题 I have WebLogic Server Version: 10.3.5.0 as web service provider and .Net 4 client. I have access to server and client sources. I need to make service requests using SAML tokens to pass credentials and some metadata. I don't need STS provider, client can sign SAML token with his private cert. Has anybody done that? Right now I don't care if it is SAML1 or SAML2. 回答1: I guess the good starting point for you would be to get familiar with Windows Identity Foundation (WIF), then you can download