Session management | Community
Skip to main content
-Dipen-
October 16, 2015
Solved

Session management

  • October 16, 2015
  • 1 reply
  • 838 views

Hi

How can we manage session inside cq5 if the login is taken care by some external app like ca siteminder? If we are going to logout through url of siteminder then how can we destroy cookie, cache and invalidate session?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

This is covered here in this AEM topic:

http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html#Configuring Trusted Header Authentication and SSO
Single Sign On (SSO) allows a user to access multiple systems after providing authentication credentials (such as a user name and password) once. A separate system (known as the trusted authenticator - in this use case it is the external app) performs the authentication and provides Experience Manager with the user credentials. Experience Manager checks and enforces the access permissions for the user (i.e. determines which resources the user is allowed to access).

1 reply

smacdonald2008
smacdonald2008Accepted solution
October 16, 2015

This is covered here in this AEM topic:

http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html#Configuring Trusted Header Authentication and SSO
Single Sign On (SSO) allows a user to access multiple systems after providing authentication credentials (such as a user name and password) once. A separate system (known as the trusted authenticator - in this use case it is the external app) performs the authentication and provides Experience Manager with the user credentials. Experience Manager checks and enforces the access permissions for the user (i.e. determines which resources the user is allowed to access).