I have a scenario that might have been asked before. I want to use WIF with a windows client but my STS would be behind a firewall and I need to augment the STS to deal with custom authentication. The call flow would be Client - calls authenticate on Security Service with custom RST claims token - Security Service - calls existing asmx service to validate user and retrives custom athentication values - Security Service - calls custom STS to create a Saml2 token and sends it back down to the client.
Once back on the client I have a secured token that I can use to call other WCF services that are WIF enabled.
Any examples on how this could work? Or did I miss n understanding somewhere in all my reading?
Thanks,