Open fdevillard opened 1 year ago
Implement this as a global settings of the platform:
The proposed solution doesn't work (i.e. adding a redirect here).
Apparently, apollo has already started to send the http response at this stage. As such, it can't perform the redirect (as it involves the header).
An alternative is to have a dedicated logout
endpoint that handles the redirect. An other idea?
Use case
When the user logs out of OpenCTI, I would like to log her out of the SSO entirely.
Current Workaround
None that I'm aware.
Proposed Solution
Add an optional post-logout URL. This could possibly be added as a redirection here.
For OIDC, the URL can be something like:
If the feature request is approved, would you be willing to submit a PR?
Yes