Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Adobe Publish/AEM SSO

Avatar

Level 1

I need to find a way to either create a single sign-on (preferred) or a way to share/pass user credentials between an Adobe Publish site and an AEM site (same domain). Here's the specific scenario:

  1. User goes to the Publish site and logs in
  2. The user navigates to an AEM page that requires authentication (from the Publish site)
  3. The AEM page is displayed without requiring a login

Or...

  1. User goes to an AEM page that requires authentication
  2. User isn't logged in, so s/he is routed to the Publish site for authentication
  3. Once authenticated, the AEM page is displayed

Is this possible? I don't know what type of authentication Publish uses (LDAP?).

Thanks in advance,

John 

1 Accepted Solution

Avatar

Correct answer by
Level 10

It is possible. Refer [1]. It deponds on your use case & you can use oob one like [1], saml, etc.. Or you can write custom one.   

[1]   http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

It is possible. Refer [1]. It deponds on your use case & you can use oob one like [1], saml, etc.. Or you can write custom one.   

[1]   http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html