views:

27

answers:

0

I have a WCF service that uses SAML for authentication/authorization. Now we want to use this WCF service from a Flash application, but is this possible? We already have an Identity provider that can provide a SAML token using a REST endpoint. The question is how we can send the SAML token to the WCF service, and as bonus can we use the claims in the SAML token also in the Flash application to enable/disable fuctionality?