my company website is on the SP side and need to implement a WEB SSO (SP-Initiated) for users of other company (this company is one of our customers).
the other company (the IdP) work with Azure ADFS and talk SAML 2.0 protocol.
My company web site is an ASP.NET site.
we already get the federation metadata xml file from the other company and gave them also our federation metadata xml.
What are more steps that need to be done in both sides?
Does both sides need to add new Relying Party Trust?
Do we need to install ADFS 2.0 on my company Web Server also and does it have to be the Azure version?
Does our Web Site ASP.NET (.NET 4.5) code need to be change for this?