Skip to content

Releases: spring-projects/spring-authorization-server

1.2.2

20 Feb 15:30
Compare
Choose a tag to compare

πŸͺ² Bug Fixes

  • Update application.yml in Getting Started guide #1521

πŸ”¨ Dependency Upgrades

  • Update to Spring Boot 3.2.2 #1528
  • Update to spring-security-release-plugin 1.0.1 #1493

❀️ Contributors

Thank you to all the contributors who worked on this release:

@rozagerardo

1.1.5

20 Feb 15:30
Compare
Choose a tag to compare

πŸͺ² Bug Fixes

  • Update application.yml in Getting Started guide #1519

πŸ”¨ Dependency Upgrades

  • Update to spring-security-release-plugin 1.0.1 #1491

❀️ Contributors

Thank you to all the contributors who worked on this release:

@rozagerardo

1.3.0-M1

16 Jan 15:24
Compare
Choose a tag to compare
1.3.0-M1 Pre-release
Pre-release

⭐ New Features

  • Allow configurable scope validation strategy in OAuth2ClientCredentialsAuthenticationProvider #1377
  • Improve logging #1467
  • Support multi-tenancy using the path component for issuer #1342

πŸ”¨ Dependency Upgrades

  • Update to assertj-core 3.25.1 #1513
  • Update to jackson-bom 2.16.1 #1512
  • Update to Spring Framework 6.1.3 #1510
  • Update to Spring Security 6.3.0-M1 #1511
  • Update to spring-security-release-plugin 1.0.1 #1494

❀️ Contributors

Thank you to all the contributors who worked on this release:

@adamleantech and @leshalv

1.2.1

19 Dec 15:42
Compare
Choose a tag to compare

πŸͺ² Bug Fixes

  • Expired ID tokens are rejected at the authorization server on an RP-initiated logout #1474

πŸ”¨ Dependency Upgrades

  • Update to nimbus-jose-jwt 9.37.3 #1484
  • Update to Spring Framework 6.1.2 #1482
  • Update to Spring Security 6.2.1 #1483

1.1.4

19 Dec 15:43
Compare
Choose a tag to compare

⭐ New Features

  • Remove org.webjars dependencies from demo-authorizationserver sample #1445

πŸͺ² Bug Fixes

  • Default timeout should be set when fetching JWKSet for private_key_jwt #1439
  • Expired ID tokens are rejected at the authorization server on an RP-initiated logout #1440
  • Fix tests for OAuth2 Authorization Server Metadata Endpoint #1421
  • Fix tests for OIDC Provider Configuration Endpoint #1418
  • Issuer should not support path component #1437

πŸ”¨ Dependency Upgrades

  • Update to Spring Framework 6.0.15 #1480
  • Update to Spring Security 6.1.6 #1481

1.0.5

21 Feb 20:13
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Update to Spring Framework 6.0.17 #1
  • Update to Spring Security 6.0.9 #2

0.4.5

19 Dec 18:54
Compare
Choose a tag to compare

πŸͺ² Bug Fixes

  • Fix to ensure endpoints distinguish between form and query parameters #1468
  • Token endpoint should not use query parameters #1451
  • Issuer should not support path component #1435
  • Add default 15s timeout for fetching JWKSets #1433
  • Fix tests for OAuth2 Authorization Server Metadata Endpoint #1419
  • Fix tests for OIDC Provider Configuration Endpoint #1416
  • Default timeout should be set when fetching JWKSet for private_key_jwt #1413

πŸ”¨ Dependency Upgrades

  • Update to Spring Security 5.8.9 #1479
  • Update to Spring Framework 5.3.31 #1478

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

1.2.0

21 Nov 17:04
Compare
Choose a tag to compare

⭐ New Features

  • Move AOT hints to main module #1446
  • Allow configurable refresh token strategy for authorization_code grant #1432
  • Allow for a configurable strategy for granting refresh_token #1430
  • Add AOT hints for demo-authorizationserver sample #1380
  • Add how-to guide for dynamic client registration with custom metadata #1376
  • ref-doc: Describe main use cases for using Spring Authorization Server #1371
  • Consider adding jti claim in JWT #1360

πŸ“” Documentation

  • How-to: Customize client metadata during dynamic client registration #1044

πŸ”¨ Dependency Upgrades

  • Update to com.squareup.okhttp3 4.12.0 #1460
  • Update to junit-jupiter 5.10.1 #1459
  • Update to nimbus-jose-jwt 9.37.1 #1458
  • Update to jackson-bom 2.16.0 #1457
  • Update to Spring Security 6.2.0 #1456
  • Update to Spring Framework 6.1.0 #1455

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

1.2.0-RC1

17 Oct 11:35
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

⭐ New Features

  • Add reusable default authentication failure handler #1384

πŸ”¨ Dependency Upgrades

  • Update to nimbus-jose-jwt 9.37 #1408
  • Update to jackson-bom 2.15.3 #1407
  • Update to Spring Security 6.2.0-RC2 #1406
  • Update to Spring Framework 6.1.0-RC1 #1405

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

1.1.3

17 Oct 00:45
Compare
Choose a tag to compare

πŸͺ² Bug Fixes

  • Fix typo: context.getHeaders() to context.getJwsHeader() #1393
  • client_id and client_secret provided via query parameters are accepted for client_secret_post #1390
  • Should return hashed client_secret when registering with client_secret_jwt #1383

πŸ”¨ Dependency Upgrades

  • Update to Spring Boot 3.1.4 #1404
  • Update to jackson-bom 2.15.3 #1403
  • Update to Spring Security 6.1.5 #1402
  • Update to Spring Framework 6.0.13 #1401