GitHub user maazwaheed123 added a comment to the discussion: ### Bug: SSO 
Logout Not Working with Keycloak + Iframe Embedded Superset

@dosu now can you tell me how to attach this in my logout , when i am logging 
out of my application i am simply running this function:
  const logout = async (): Promise<void> => {
    window.location.href = 
`${process.env.NEXT_PUBLIC_KEYCLOAK_URL}realms/${process.env.NEXT_PUBLIC_KEYCLOAK_REALM}/protocol/openid-connect/logout`;
  };


this is how i am running my function of the logout of my application. And with 
This , i will be sent to the logout of the keycloak application. 

Now how to add the superset logout here

GitHub link: 
https://github.com/apache/superset/discussions/33685#discussioncomment-13364914

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to