Skip to content

Conversation

@mposolda
Copy link
Contributor

@mposolda mposolda commented Sep 16, 2025

…ages

closes #41792

Clarifying some points around OIDC logout in the Keycloak documentation in general.

@mposolda mposolda requested a review from a team as a code owner September 16, 2025 07:52
@mposolda mposolda self-assigned this Sep 16, 2025
@mposolda mposolda requested a review from andymunro September 16, 2025 07:52
@mposolda
Copy link
Contributor Author

@andymunro Do you please have a chance to review this PR?

Co-authored-by: andymunro <[email protected]>
Signed-off-by: Marek Posolda <[email protected]>
@mposolda
Copy link
Contributor Author

@andymunro Suggestions applied. Thanks for the review!

@andymunro
Copy link
Contributor

You are welcome. I am still looking for where else I can provide input.

Copy link
Contributor

@andymunro andymunro left a comment

Choose a reason for hiding this comment

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

Looks good, @mposolda with a few changes to suggest.

Co-authored-by: andymunro <[email protected]>
Signed-off-by: Marek Posolda <[email protected]>
@mposolda
Copy link
Contributor Author

@andymunro Thanks!

@mposolda mposolda merged commit d9d1979 into keycloak:main Sep 16, 2025
54 checks passed
Awambeng added a commit to adorsys/keycloak-oid4vc that referenced this pull request Sep 19, 2025
* fix proposal for issue 41804

Signed-off-by: pematth <[email protected]>

* removed unused include

Signed-off-by: pematth <[email protected]>

* fixed getter setter for expiresIn comparable to refreshExpiresIn

* added junit tests for refreshExpiresIn fix

* added null check also for optional expires_in parameter

* Make sure refresh expiration is set together with setting the previous refresh token

Signed-off-by: Pedro Igor <[email protected]>

* fix: cleaning up dockerfile build warnings (keycloak#42573)

closes: keycloak#42572

Signed-off-by: Steve Hawkins <[email protected]>

* fix: updating export option text (keycloak#42621)

closes: keycloak#42011

Signed-off-by: Steve Hawkins <[email protected]>

* Fix chinese language names

Closes keycloak#42575

Signed-off-by: Alexander Schwartz <[email protected]>

* Concurrent update embedded caches and database

Closes keycloak#42374

Signed-off-by: Pedro Ruivo <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Co-authored-by: Pedro Ruivo <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>

* Keycloak 26.4 Upgrading Guide

Closes keycloak#42564

Signed-off-by: AndyMunro <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>

* redirectToAuthentication if the request uses PAR to not lose the single object after a refresh
Closes keycloak#36716

Signed-off-by: rmartinc <[email protected]>

* [OID4VCI] Adjust Credential Issuer Metadata endpoint, return issuer metadata at /.well-known/openid-credential-issuer/realms/{realm} (keycloak#42577)

Closes keycloak#41589

Signed-off-by: Awambeng <[email protected]>

* Create default ServiceMonitor with Operator

Closes keycloak#40406

Signed-off-by: Ryan Emerson <[email protected]>

* Validate wait_timeout parameter on MySQL and MariaDB

Closes keycloak#42300

Signed-off-by: Ryan Emerson <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>

* Update Slovenian translations for login messages (keycloak#42637)

Signed-off-by: MartinFMartin <[email protected]>

* Automatic download and cache of the SAML client public keys (keycloak#41947)

Closes keycloak#17028

Signed-off-by: rmartinc <[email protected]>

* Rename RLM to Workflows

Closes keycloak#42512

Signed-off-by: vramik <[email protected]>

* fix: aligning the elytron alt name extraction logic (keycloak#41975)

closes: keycloak#40629

Signed-off-by: Steve Hawkins <[email protected]>

* fix: adding docs about mTLS and probes (keycloak#42561)

closes: keycloak#42191

Signed-off-by: Steve Hawkins <[email protected]>

* Client Authenticator configurable per client

Closes keycloak#42044

Signed-off-by: Giuseppe Graziano <[email protected]>

* fix: updating docs related to the number of executor threads

closes: keycloak#39342

Signed-off-by: Steve Hawkins <[email protected]>

* Clarifying OIDC logout documentation. Removing obsolete unused docs p… (keycloak#42636)

closes keycloak#41792


Signed-off-by: mposolda <[email protected]>
Signed-off-by: Marek Posolda <[email protected]>
Co-authored-by: andymunro <[email protected]>

* NullPointerException when persisting a client session

Fixes keycloak#42652

Signed-off-by: Pedro Ruivo <[email protected]>
Co-authored-by: Pedro Ruivo <[email protected]>

* Document Operator ServiceMonitor generation in release notes

Closes keycloak#42642

Signed-off-by: Ryan Emerson <[email protected]>

* Stabilizing test by waiting for the response

Closes keycloak#42650

Signed-off-by: Alexander Schwartz <[email protected]>

* [Keycloak Test Framework] Infinispan cache + ClusterlessTestSuite configuration (keycloak#42172)

* [Keycloak Test Framework] Infinispan server + ClusterlessTestSuite and MultisiteTestSuite configuration

Signed-off-by: Lukas Hanusovsky <[email protected]>

* Utilise ClientIntelligence.BASIC to ensure that internal docker IPs
never used by Infinispan client

Signed-off-by: Ryan Emerson <[email protected]>

* Code refactoring + properties utility

Signed-off-by: Lukas Hanusovsky <[email protected]>

---------

Signed-off-by: Lukas Hanusovsky <[email protected]>
Signed-off-by: Ryan Emerson <[email protected]>
Co-authored-by: Ryan Emerson <[email protected]>

* chore(oid4vc): Remove format parameter from CredentialRequest

Closes keycloak#42677

Signed-off-by: Awambeng Rodrick <[email protected]>

---------

Signed-off-by: pematth <[email protected]>
Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Steve Hawkins <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Signed-off-by: Pedro Ruivo <[email protected]>
Signed-off-by: AndyMunro <[email protected]>
Signed-off-by: rmartinc <[email protected]>
Signed-off-by: Awambeng <[email protected]>
Signed-off-by: Ryan Emerson <[email protected]>
Signed-off-by: MartinFMartin <[email protected]>
Signed-off-by: vramik <[email protected]>
Signed-off-by: Giuseppe Graziano <[email protected]>
Signed-off-by: mposolda <[email protected]>
Signed-off-by: Marek Posolda <[email protected]>
Signed-off-by: Lukas Hanusovsky <[email protected]>
Signed-off-by: Awambeng Rodrick <[email protected]>
Co-authored-by: pematth <[email protected]>
Co-authored-by: Matthias Peter <[email protected]>
Co-authored-by: Pedro Igor <[email protected]>
Co-authored-by: Steven Hawkins <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>
Co-authored-by: Pedro Ruivo <[email protected]>
Co-authored-by: Pedro Ruivo <[email protected]>
Co-authored-by: andymunro <[email protected]>
Co-authored-by: rmartinc <[email protected]>
Co-authored-by: Ryan Emerson <[email protected]>
Co-authored-by: MartinFMartin <[email protected]>
Co-authored-by: vramik <[email protected]>
Co-authored-by: Giuseppe Graziano <[email protected]>
Co-authored-by: Marek Posolda <[email protected]>
Co-authored-by: Lukas Hanusovsky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Non interactive logout options missing documentation

2 participants