I am new to ADFS, Claims based auth and SAML2. I am working on an application that needs to get information from ADFS on a particular user. This isnt SSO. I will have a username passed to my application, i then need to query ADFS telling it what attributes i need back on the user. I will not have any information other than the username. I will have access to configure ADFS and build trust etc for my app.
I am unsure of how to go about this implementation. Is there a library I can use? Is SAML2 the best option? Is this even possible?
Any and all help would be greatly appreciated.
Thanks all