O' Mighty Flexcoders- I am trying to figure out how I can implement Single Sign On with my Flex app hosted on Salesforce.
This Flex apps Salesforce impl wont have the user accounts in the system, and so I need to authenticate against my companies SSO. If the user is returned a valid token, I will then log the user into the system as a "generic user".. Basically- one master account which all the users will share. I need to figure out how to keep this "generic users" log in data a secret too. I dont want to put it in the Flex app. My intent was to take the token returned and use that to then make either the Salesforce Federated or Delegated calls. However, it seems that I cannot use the Salesforce Federated and Delegated calls since they are not exposed as webservices. Am I wrong? Has anyone done anything like this? Am I going about it the wrong way? Any help is appreciated! Thanks! Dustin

