Skip to content

Comments

Merge fixes from 7.2.x forward to 7.3.x#2121

Merged
josephdecock merged 31 commits intoreleases/is/7.3.xfrom
jmdc/7.2-to-7.3
Jul 22, 2025
Merged

Merge fixes from 7.2.x forward to 7.3.x#2121
josephdecock merged 31 commits intoreleases/is/7.3.xfrom
jmdc/7.2-to-7.3

Conversation

@josephdecock
Copy link
Member

@josephdecock josephdecock commented Jul 22, 2025

Merge the these 7.2.x fixes forward:

josephdecock and others added 30 commits April 25, 2025 12:20
We've removed this config file from later branches, and backporting that change
makes local dev simpler.
The mock logger was introduced in 7.1 and allows us to write tests that make assertions about what was logged. We need this in 7.0 to test the sensitive values filter.
PAR requests sometimes are handled by the same code path as authorize requests, so both endpoint's default
sensitive values filter should be the same.
Harden default logging filters for PAR and Authorize endpoints (7.0)
…te-7.1

Harden default logging filters for PAR and Authorize endpoints (7.1)
…te-7.2

Harden default logging filters for PAR and Authorize endpoints (7.2)
Backport CI and Release build workflows to 7.0.x branch
Respect port number in mTLS configuration
- Autoincrement patch instead of minor. Major and minor version numbers are explicitly controlled by our release process.
- Add missing is- tag prefix config
Introduce tests for ProtectedResourceErrorResult to ensure WWW-Authenticate header formatting is correct. Refactor header construction values into a single string.
This is only adding the dependency, not updating all the tests. This gives us an easy way to write tests that will merge cleanly into main.
Ensure WWW-Authenticate uses a single HTTP header
Ensure that the client object is not null before attempting to determine its session coordination behavior.
…ation

Ensure `DefaultSessionCoordinationService` does not attempt logout for missing or null clients by introducing a dedicated test.
Add null-check for client before coordinating session lifecycle
@josephdecock josephdecock requested a review from bhazen as a code owner July 22, 2025 01:52
@josephdecock josephdecock self-assigned this Jul 22, 2025
@josephdecock josephdecock added the area/products/is IdentityServer label Jul 22, 2025
@josephdecock josephdecock merged commit b0b2575 into releases/is/7.3.x Jul 22, 2025
16 of 18 checks passed
@josephdecock josephdecock deleted the jmdc/7.2-to-7.3 branch July 22, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/products/is IdentityServer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants