-
Notifications
You must be signed in to change notification settings - Fork 190
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
docs(identity): Add note regarding single sign out limitation #3500
docs(identity): Add note regarding single sign out limitation #3500
Conversation
👋 🤖 ✅ Looks like the changes were ported across versions, nice job! 🎉 You can read more about the versioning within our docs in our documentation guidelines. |
Should this be backported, or is this only for the |
Good question @christinaausley - as OIDC was introduced in 8.4 then I should backport these changes there, I'll handle that now |
Done @christinaausley :) |
* docs(identity): Add note regarding single sign out limitation * docs(identity): backport to 8.4 docs regarding single sign out limitation
* docs(identity): Add note regarding single sign out limitation * docs(identity): backport to 8.4 docs regarding single sign out limitation
Closes https://github.com/camunda-cloud/identity/issues/2701
Description
Through the investigation and implementation of an upcoming piece of work we discovered that there are known limitations in the OpenID spec for front channel logout due to third party cookie settings.
This is something that we should make the customers aware of. The OpenID spec lists the limitation here and an example of this in the Microsoft docs is here
When should this change go live?
hold
label or convert to draft PR)?PR Checklist
/versioned_docs
directory, or they are not for an already released version./docs
directory (aka/next/
), or they are not for future versions.