활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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.
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.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
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!!