-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SSO logout #4455
Comments
Hey @danielkelemen, I think #4585 is much more important. |
Spring Security & Webapps logoutSpring Security has a default SolutionCreate a logout plugin that overrides the default logout button. This can be done in multiple ways:
|
Dev2QASSO logout forwards the user to Okta for full logout then to the camunda.bpm.oauth2:
sso-logout:
enabled: true
postLogoutRedirectUri: https://camunda.com/ Notes:
|
This was tested on both |
camunda/camunda-bpm-platform#4455 Backported commit 8d843b4bee from the camunda-bpm-platform repository. Original author: Daniel Kelemen <[email protected]>
camunda/camunda-bpm-platform#4455 Backported commit 8d843b4bee from the camunda-bpm-platform repository. Original author: Daniel Kelemen <[email protected]>
camunda/camunda-bpm-platform#4455 Backported commit 32eb28133f from the camunda-bpm-platform repository. Original author: Daniel Kelemen <[email protected]>
camunda/camunda-bpm-platform#4455 Backported commit 32eb28133f from the camunda-bpm-platform repository. Original author: Daniel Kelemen <[email protected]>
Acceptance Criteria (Required on creation)
/logout
for Spring Security/oauth2.Tests.Moved to a separate ticket.Hints
Links
Breakdown
PRs
The text was updated successfully, but these errors were encountered: