I've created an application for single singn on service(SSO).
I am using IDP and a ServiceProvider.
In the IDP(Identity provider)I am using
System.Diagnostics.Trace.WriteLine(created Xml oject );
to write the metadata xml .
I want know, how the target website service provider fetches this metadada? and how can I handle SingleLogoutService ?
I am using ASP.net and C#.