Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@cicnavi cicnavi released this 12 Feb 10:07
b0a2d39

What's Changed

  • Move to SSP UI by @cicnavi in #267

  • Add support for HTTP POST method on authorization endpoint by @cicnavi in #242

  • Add Request Object support by @cicnavi in #245

  • SSP-2030_OIDC_module_switch_to_ProcessingChain_for_authproc_support_consent_mod by @ioigoume in #228

  • Add support for private_key_jwt client authn method on token endpoint by @cicnavi in #250

  • Enable caching capabilities on UserRepository by @cicnavi in #264

  • Add caching support for protocol artifacts by @cicnavi in #270

  • Move module_oidc.php to module_oidc.php.dist by @cicnavi in #279

  • Enable defining additional private / public key pair for key rollover scenario by @cicnavi in #283

  • Remove OAuth2 Implicit flow by @cicnavi in #290

  • Make OIDC protocol endpoints available as Symfony routes by @cicnavi in #227

  • Initial federation entity configuration endpoint implementation by @cicnavi in #222

  • Add Registration Types property to clients by @cicnavi in #226

  • Add federation_jwks property to clients by @cicnavi in #241

  • Add Automatic Client Registration Implementation by @cicnavi in #248

  • Enable TrustMarks listing in Entity Configuration by @cicnavi in #263

  • Enable testing trust chain resolution in admin UI by @cicnavi in #269

  • Add Trust Mark Validation capabilities by @cicnavi in #278

  • ISSUE_218_Support_single_page_app_browser_clients_using_authorization_code_and_pkce by @ioigoume in #219

  • SSP-2031_OIDC_module_fix_display_of_public_clients by @ioigoume in #225

  • Upgrade lcobucci/jwt to version 5 by @cicnavi in #220

  • Fix db migration other warnings by @pradtke in #230

  • ISSUE_231 by @ioigoume in #233

  • Add CoreFactory with predefined algos by @cicnavi in #253

  • Move ClientEntity factory methods to dedicated ClientEntityFactory by @cicnavi in #255

  • Move to dedicated AccessTokenEntity Factory by @cicnavi in #256

  • Move to dedicated AuthCodeEntity Factory by @cicnavi in #257

  • Introduce ClaimSetEntityFactory by @cicnavi in #258

  • Move to dedicated RefreshTokenEntity Factory by @cicnavi in #259

  • Move to dedicated UserEntity Factory by @cicnavi in #260

  • Move to dedicated ScopeEntity Factory by @cicnavi in #261

  • Move to DateTime helper instead of static TimestampGenerator by @cicnavi in #262

  • Start testing with SSP 2.3 by @cicnavi in #268

  • Remove globals from unit tests by @cicnavi in #282

  • Reset client auth source if not valid by @cicnavi in #280

  • Remove DatabaseLegacyOAuth2Import service by @cicnavi in #288

  • Update translations by @cicnavi in #285

  • Start with version 6 by @cicnavi in #291

New Contributors

Full Changelog: v5.1.1...v6.0.0