문제

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.

도움이 되었습니까?

해결책

The certificate that the RP uses needs to be generated by the RP not by ADFS - it's not an ADFS certificate.

So you need to generate a certificate with a private key and store it on the RP side. The certificate details need to be in the RP metadata which is imported by ADFS.

That way ADFS knows what certificate to use when it checks the signature.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top