Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Logout call to okta from AEM 6.4

Avatar

Level 2

Hi,

 

I am using AEM 6.4 and recently integrated with OKTA (SAML integration). I want to logout on button click. Button is one of component we are having in AEM. I didn't find any OKTA API which I can utilize for logout on button click. Anyone can help me out to logout when user click on button.

 

Thanks,

Divya

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @divyat29882083,

Please check the below link 

https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Single_Logout.htm

If it is deviating from your expected flow, elaborate the complete user journey plus the settings configured from Okta end. 

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @divyat29882083,

Please check the below link 

https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Single_Logout.htm

If it is deviating from your expected flow, elaborate the complete user journey plus the settings configured from Okta end. 

Avatar

Level 2
Hi, thanks for the respond. Could you please let me know how can get the Signature Certificate?

Avatar

Employee
Signature certificate can be pull out from <ds:X509Certificate> tag in saml response.

Avatar

Employee

@divyat29882083,

You can specify the logout URL with handleLogout set to true in AEM SAML 2.0 Authentication Handler config. OKTA logout URL can be found from IDP metadata itself.

 

logoutUrl=""
handleLogout="{Boolean}true"

 

Thanks!!