Expand my Community achievements bar.

SOLVED

Best ways to user management in AEM

Avatar

Level 9

Hi All,

We have requirement that user is authenticated authorization done with a some third part system.The third party system in turn returns token to AEM.

Is there a better to maintain and read from cookie and maintain user session?

Thanks,

Kishore

1 Accepted Solution

Avatar

Correct answer by
Level 10

Configure third party system to pass additional cookie to say user is authenticates & at aem configure handler accordingly. More details at [1]. If you need some additional logic then implement authentication handler.  Additional please go through Justin Edelson presentation on how aem authentication works at [2]. 

[1]  https://docs.adobe.com/docs/en/cq/5-6-1/deploying/single_sign_on.html

[2]  https://communities.adobe.com/en/communities/aem_technologistsdevelopersarchitects/resources.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Configure third party system to pass additional cookie to say user is authenticates & at aem configure handler accordingly. More details at [1]. If you need some additional logic then implement authentication handler.  Additional please go through Justin Edelson presentation on how aem authentication works at [2]. 

[1]  https://docs.adobe.com/docs/en/cq/5-6-1/deploying/single_sign_on.html

[2]  https://communities.adobe.com/en/communities/aem_technologistsdevelopersarchitects/resources.html