Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created several applications that use SAML2 authentication. These applications (including SalesForce) often share the same domain (ie: reports.application.com, portal.application.com, etc) but are NOT part of a single application or even on the same stack. Some subdomains lead to SalesForce, some to other applications.

The problem is that ADFS reports the "Certificate is not unique" and refuses to allow applications to be registered in the ADFS database because the certificates are the same. This is especially troublesome with SalesForce.

I'm not sure how to work around this.

Edit: It is important to note that nearly all of these applications are SAML2 and not ADFS.

share|improve this question

1 Answer

I'm slightly confused by the statement "It is important to note that nearly all of these applications are SAML2 and not ADFS." Did you mean "It is important to note that nearly all of these applications are SAML2 and not WS-Fed"?

How do these applications authenticate with ADFS? Do you have some kind of third-party stack?

Why do these applications have a certificate? Is it because the request are signed or the SLO is signed or what?

If some of the applications don't actually need a certificate you can remove it from the metadata.

share|improve this answer
Yes, I meant WS-Fed. Sorry. There are a variety of RPs using several different federation implementations - simplesamlphp, SalesForce, SharePoint and more. SalesForce in particular gets a little dodgey when used with ADFS and the x509 certificate in the metadata is not unique. It is possible to work around this by removing the certificate, but that approach is not practical for all applications. – esnyder Dec 20 '12 at 16:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.