I had researched following articles and I had configured ADFS and SAML Response was received successfully in relaying party.
To add relaying party I refereed this article:
In this configuration they have given sample page to send SAMLAuthnRequest by calling https://<>/adfs/ls/IdpInitiatedSignOn.aspx
. What I need is to generate SAMLRequest and need to authenticate with adfs.
For that, I had referred here and here
There, They had specified that I need to generate a private key and certificate with public key and associate it with relaying party.
Please any one suggest me where I need to add that certificate? In some articles they have given token signing certificate. But it is used to sign the SAMLResponse only.