Skip to content
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 backchannel_logout attributes #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wolfaba
Copy link
Contributor

@wolfaba wolfaba commented Jan 23, 2025

We have additional updates, please, consider merging.

In this PR we add backchannel_logout_session_required and backchannel_logout_revoke_offline_tokens attributes

Thank you.

Regards,
Robert.

login_theme => 'keycloak',
backchannel_logout_url => 'https://test.foo.bar/logout',
backchannel_logout_session_required => 'true',
backchannel_logout_revoke_offline_tokens => 'true',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these new parameters, can you verify they are actually getting set? Further down is where the expected values are confirmed to be set.

secret => 'foobar',
login_theme => 'keycloak',
backchannel_logout_url => 'https://test.foo.baz/logout',
backchannel_logout_session_required => 'false',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these new parameters, can you verify they are actually getting set? Further down is where the expected values are confirmed to be set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants