コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Intergrating AEM with ADFS

Avatar

Level 1

Hi,

Is there anyway to connect an ADFS server with AEM, similar to the way LDAP works, and what is the best approach to take.

Thanks,

Christopher Tompkinson

1 受け入れられたソリューション

Avatar

正解者
Employee
8 返信

Avatar

正解者
Employee

Avatar

Level 2
This link shows a 404 error. Do you know the new URL?

Avatar

Community Advisor

Avatar

Level 2
@Ankur_Khare thanks a lot!

Avatar

Level 10

Follow http://helpx.adobe.com/cq/kb/saml-demo.html  AT high level steps are

1)    At ADFS Configure
*   Relaying party & make the nameid format used is same you configure in SAML authentication handler at AEM.
*    In the ADFS outgoing configure to pass uid (generally windows login name) & group.

2)   At cq configure
*    Saml authentication handler. (Nameid, groupattribute, username attribute should match what is configured in ADFS)
*    Upload public certificate at /etc/key/saml/@idp_cert
*    Configure referer filter.

File a daycare if you need additional help. Because a simple wrong configure mistake can lead to looping problem in browser only.

Avatar

Level 2
Hi everybody,

Avatar

Level 2
Hi everybody, both this URL http://helpx.adobe.com/cq/kb/saml-demo.html, https://helpx.adobe.com/experience-manager/kb/saml-demo.html returns 404 error. Somebody knows the new address?

Avatar

Level 1

Hello Sham,

We are still trying to get the integration working with ADFS. We have followed all the steps to import the ADFS Public certificate under idp_cert and we now have below error in the log trace

14.10.2013 17:11:22.811 *INFO* [10.10.100.147 [1381767082811] GET /libs/cq/i18n/dict.en.json HTTP/1.1] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials
14.10.2013 17:11:22.812 *WARN* [10.10.100.147 [1381767082811] GET /libs/cq/i18n/dict.en.json HTTP/1.1] com.adobe.granite.auth.saml.SamlAuthenticationHandler Private key of SP not provided: Cannot sign Authn request.

Below are the configurations in Adobe Granite SAML 2.0 Authentication Handler

Path : /

Service Ranking : 5002

IDP URL : http://<adfs-hostname>/adfs/services/trust ( Again is this the right POST URL for ADFS or should there be any parameters appended to this url, as at the moment we receive web page unavailable when we hit this url as it is )

Service Provider Entity ID : https://<adfs-hostname>

Cheers,

Dinesh