Did anyone do this?
SelfSTS is a WCF application, not ASP.NET, and there seem to be few examples or code samples to perform WCF Integration?
It would be very useful because SelfSTS allows you to dynamically create claims combinations that are really useful for unit testing.
Update:
Here's the problem:
Federation metadata provided by SelfSTS is an http URL, not https, so you need to save the xml to a file. If you enter the http address in ADFS while adding the trust of the requirements provider, it throws an error stating that it will only accept https.
When importing data from an ADFS file, it complains that some federation metadata was skipped because it is not supported by ADFS.
Then I add pass rules for the name and email.
SelfSTS is now displayed in the list of claims providers.
However, when I look at properties, it does not have an endpoint. All of my other STSs on the list have a WS-Federation Passive endpoint. (None of them are WCF). I would expect SelfSTS to have a WS-Trust endpoint?
If I then connect to an application configured as RP in my ADFS, the Home Realm Discovery drop-down menu contains entries for all of my passive ticket providers, but there is no entry for SelfSTS?
source
share