-
Notifications
You must be signed in to change notification settings - Fork 8.5k
ClientAdapter using wrong value for isFrontChannelLogout #48432
Copy link
Copy link
Closed
Labels
area/infinispanarea/oidcIndicates an issue on OIDC areaIndicates an issue on OIDC areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.4.13release/26.6.3release/26.7.0team/cloud-nativeteam/continuous-deliveryteam/core-authnteam/core-clientsteam/core-iamteam/core-protocolsteam/core-sharedteam/production-readinessteam/rh-iamteam/securityteam/ui
Metadata
Metadata
Assignees
Labels
area/infinispanarea/oidcIndicates an issue on OIDC areaIndicates an issue on OIDC areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.4.13release/26.6.3release/26.7.0team/cloud-nativeteam/continuous-deliveryteam/core-authnteam/core-clientsteam/core-iamteam/core-protocolsteam/core-sharedteam/production-readinessteam/rh-iamteam/securityteam/ui
Type
Fields
Give feedbackNo fields configured for bug.
Before reporting an issue
Area
infinispan
Describe the bug
See
keycloak/model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/ClientAdapter.java
Line 220 in 24e3ba9
Version
main
Regression
Expected behavior
isFrontChannelLogout should be used instead.
Actual behavior
isPublicClient is called instead.
How to Reproduce?
N/A
Anything else?
No response