I'm not friendly with Microsoft's architecture but I have to implement an ADFS Authenfication on a website.
I decided to use WS-Trust to solve it.
So first, I send a RST (Request Security Token) to http://server.com//adfs/services/trust/13/UsernameMixed
I receive the excepted RSTS (Request Security Token Response) which contains the security token.
But, I'm stuck, I don't know what to do next.
The main goal is to be logged to a SharePoint website which is require ADFS authentication.
Maybe, someone can help me with this.