Q: WS-Federation login without IdP login flow
-
martedì 31 luglio 2012 02:36
I want to allow a "logged in user" (from a non-claims aware application) to access a WS-Fed RP without having to login to the IdP. Looking to achieve the same as minting a SAMLP AuthN response programatically.
Possible?
Thanks in advance!
//Adam
Tutte le risposte
-
mercoledì 1 agosto 2012 22:17Basically what you are asking is to turn your non-claims aware app into an IdP itself. Sure it's possible, but that means creating an STS for it. Then you have to configure the RP to accept tokens from that new STS, as well as the original STS.
Developer Security MVP | www.syfuhs.net
-
giovedì 2 agosto 2012 10:04Great! Any tips on where I might find some sample code or an approach on how to achieve this?
Thanks in advance!
Sincerely,
//Adam

