Search code examples
adfs2.0openam

openam + adfs test fedration fails


I referred this site : https://wikis.forgerock.org/confluence/display/openam/OpenAM+and+ADFS2+configuration for the setup of openam + adfs and followed all the steps from the document but when test it using the link: (link similar to my setup)

https://sso.aaa.local:8443/opensso/saml2/jsp/spSSOInit.jsp?metaAlias=/sp&NameIDFormat=transient&idpEntityID=http://IDP01.bbb.local/adfs/services/trust&binding=HTTP-POST

from any browser I get this error: IDP01.bbb.local :: web page not found and so on.

it is redirecting to :

https://IDP01.bbb.local/adfs/ls/?SAMLRequest=.....//some code......

This test is done from network A and network B but same error is coming.

So please can anyone help me with this exception and tell me the possible solution for it.

Thanks,


Solution

  • Have you tried to perfom 'IdP-initiated SSO' as mentioned in the wiki article ... this might first be easier.

    You may also look at the SAML protocol messages, e.g. using 'SAML tracer' plugin for Firefox.

    This may help you to understand the flow.