Does anyone know a Sharepoint 2010 API for adding a new trusted identity token issue开发者_StackOverflow中文版r (aka identity provider)?
I have a 3rd party program that supports web SSO using SAML 1.1 (it is ready to serve as the Service Provider, in other words).
I\'m trying to add the saml 2.0 assertion node from the soap header example below - I came across the samlassertion type in the .net framework but that looks like it is only for saml 1.1.
I need to implement SAML 2.0 for a WCF client that is talking to a java web service (Gl开发者_高级运维assfish).I know very little about SAML, and after a bit of searching here (and elsewhere) I do not
It should be possible to use SAML to authenticate users for any type of application (according to the spec), but the examples I have seen are cookie-based ASP.NET web-sites.
I\'ve already implemented a Java Servlet Filter that consumes tokens from a PingFederate (PF) server using the PF supplied Java API. This makes my application able to serve the Service Provider applic
According to the tutorial, I should go to OpenSSO and download an \"express build\".However, the download links on the OpenSSO site fo开发者_开发知识库r the \"Express Build 7\" appear to require loggi
My context: .Net RESTful web service Client (mixed platforms, technologies, lib capabilities) has obtained a SAML token
I have been tasked with implementing user switching in a component that connects to a WCF service using federated security.
I\'ve been having this problem for a while and it\'s driving me nuts.I\'m trying to create a client (in C# .NET 2.0) that will use SAML 1.1 to sign on to a WebLogic 10.0 server (i.e., a Single Sign-On