내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Authentication and Single sign on with Kerberos and Active Directory (LDAP) on AEM

Avatar

Level 1

We are looking to provide authentication of AEM authors using the company's LDAP. Is there any way in AEM to use the Kerberos based single sign on ? 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

If you want to use Microsoft's version of Kerberos, I suggest you to use an IIS instance to do the authentication and use trusted-header SSO on AEM side. So the IIS adds the username as a header to the request and CQ is configured to trust this header and take it's value as username.

Jörg

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

If you want to use Microsoft's version of Kerberos, I suggest you to use an IIS instance to do the authentication and use trusted-header SSO on AEM side. So the IIS adds the username as a header to the request and CQ is configured to trust this header and take it's value as username.

Jörg

Avatar

Level 4

We are using Linux server, can we still use Kerberos to do authentication using headers.