Skip to content

Releases: cirrusidentity/simplesamlphp-module-authoauth2

v5.0.0-beta.1: Abstract post body and get parameters parsing (#102)

30 Oct 19:52
dfd52e1
Compare
Choose a tag to compare

Changes

  • Upgrade to min SSP 2.3 and php 8.1
  • Move to controllers and routes
  • Update default callback/redirect URLS to not include .php extension

There are breaking changes in version 5.

  • URLs are generated without .php extensions. To use the older style urls enable 'useLegacyRoutes' => true
  • If you previously migrated to this module from authfacebook or some other module AND opted to not update your
    client app redirect urls then you may need to do add some rewrite rules to your webserver.

SSP 2 compatible release

17 Oct 21:03
Compare
Choose a tag to compare
v4.0.0

Changelog for v4.0.0-beta.2

v4.0.0-alpha.1

16 Nov 20:48
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Update github actions; test on php 8 by @pradtke in #67
  • Make OIDC discovery url configurable by @pradtke in #68
  • SSP2 Compatibility

Full Changelog: v3.2.0...v4.0.0-alpha.1

v3.2.0

12 Oct 18:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0