We are using AEM 5.6.1 with SAML authentication. The user login is perfect and working.
But when the user clicks logout it does not work.
Is there a fix for this issue on 5.6.1.
I have seen documentation where there is a logout configuration for AEM6+(with SP2).
So is there a similar work-around for 5.6.1?
Solved! Go to Solution.
Views
Replies
Total Likes
The SAML logout feature is not supported in AEM 5.6 . This is available only in AEM 6. The workaround would be to try providing the SAML logout link in our header as hyperlink for logout. As even in AEM this is what is done. You can then configure your IDP to specify the redirect after logout.
Views
Replies
Total Likes
The SAML logout feature is not supported in AEM 5.6 . This is available only in AEM 6. The workaround would be to try providing the SAML logout link in our header as hyperlink for logout. As even in AEM this is what is done. You can then configure your IDP to specify the redirect after logout.
Views
Replies
Total Likes
Could you please share more information on the solution you have stated above.
If I need to set something like below in the header
response.setHeader("<key>","<logout-url>" );
where should I set this header. what should be value of the attribute <key> in the above code.
Please correct me if my understanding is wrong.
Views
Replies
Total Likes
I was suggesting to use a normal HREF link for your logout with the link for SAML logout url.
Views
Replies
Total Likes