There is no single answer to your question. Setting up SAMLv2 federation largely depends on the actual implementation of the SP, some SPs can work with SAML metadata, and some can not. The easiest way to configure federation between two OpenAM instances for a link would be something like this:
- Create a Hosted IdP Wizard on Node1
- Create a Hosted SP Wizard on Node2
- NameID-Format,
- SP 1 URL: node2/openam/saml2/jsp/exportmetadata.jsp
- IdP 2 URL: node1/openam/saml2/jsp/exportmetadata.jsp
- 2 Hosted SP ""
, :
- /openam/spssoinit? metaAlias =/sp & idpEntityID = node1_entityid 2
- /openam/idpssoinit? metaAlias =/idp & spEntityID = node2_entityid 1
metaAlias , . , , .
, , OpenAM IdP , , SAML, URL- idpssoinit ( SP ), , , SP SAML.