How to form SP initiated URL for openam/saml2 with ADFS?

1.2k views Asked by At

I tried various ways as explained in http://openam.forgerock.org/ & in stackoverflow, but getting different errors (Mentioned below). Any help on what I am missing is highly appreciated.

SP - https://sp.abc.xyz.com IDP - https://adfs.xyz.com/adfs/

URL: https://sp.abc.xyz.com/OpenAM/spssoinit?idpEntityID=https://adfs.xyz.com/adfs/ ERROR:

HTTP Status 400 - Service Provider ID is null.

URL: https://sp.abc.xyz.com/OpenAM/spssoinit?metaAlias=/sp&idpEntityID=https://adfs.xyz.com/adfs/ ERROR:

HTTP Status 400 - Error processing AuthnRequest. Error retrieving meta data.

Thanks Aravind

2

There are 2 answers

0
ats On BEST ANSWER

The problem was - my IDP forces to use only URN in idpEntityID. The issue is solved. Thanks :)

0
ManojP On