Link to home
Start Free TrialLog in
Avatar of digitsung
digitsung

asked on

OpenAM Installing Service Provider Certificate

I'm currently trying to implement SSO assertion through SAML 2.0 certificate assertion on OpenAM 10.0, and the Service Provider only supplied their certificate, PartnerMyCompany.cer.

1. How do i register the partner as a Service Provider using SMAL 2.0 XML schema with the certificate key in the XML?

2. How do I install the partners' certificate in OpenAM so that I can create a circle of trust with the partners' certificate key?

I need to be authenticated with my partner's certificate to get access to services. I need to create the XML with the partners' certificate key. How do i do this?
<EntityDescriptor entityID="https://www.partner.com/" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
	<SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
		<NameIDFormat>
			urn:oasis:names:tc:SAML:2.0:nameid-format:transient
		</NameIDFormat> 
		<AssertionConsumerService index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://www.partner.com/Login/MyCompany/SSO.svc/invoke"/>
	</SPSSODescriptor>
</EntityDescriptor>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of mwochnick
mwochnick
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial