Logout call to okta from AEM 6.4 | Community
Skip to main content
New Participant
December 8, 2020
Solved

Logout call to okta from AEM 6.4

  • December 8, 2020
  • 2 replies
  • 2270 views

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

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 Vijayalakshmi_S

Hi @divyatyagi,

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. 

2 replies

vanegi
Employee
December 8, 2020

@divyatyagi,

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!!

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
New Participant
December 8, 2020

Hi @divyatyagi,

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. 

New Participant
December 10, 2020
Hi,