Skip to content

Releases: simplesamlphp/simplesamlphp-module-oidc

v2.1.1

01 Feb 08:21
Compare
Choose a tag to compare

What's Changed

  • For user claims, substitute invalid utf8 chars with replacement char by @cicnavi in #194

Full Changelog: v2.1.0...v2.1.1

v2.1.0

11 Oct 12:07
40e2ea3
Compare
Choose a tag to compare

What's Changed

  • Add support for 'offline_access' scope by @cicnavi in #191

New configuration option 'alwaysIssueRefreshToken' was added which is true by default to preserve backwards compatibility. If this option is set to false, refresh token will be released only if the client requests it using the 'offline_access' scope. Note that in that case, the client must have 'offline_access' scope registered.

Full Changelog: v2.0.4...v2.1.0

v2.0.4

01 Oct 10:34
Compare
Choose a tag to compare

What's Changed

  • Attempt fix for 'pull access denied for symfonycorp/cli' by @pradtke in #188
  • Add Access-Control-Allow-Origin header to responses, if not already present by @cicnavi in #190

Full Changelog: v2.0.3...v2.0.4

v2.0.3

23 Aug 07:44
4c3f146
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

22 Jul 09:42
7cba72f
Compare
Choose a tag to compare

What's Changed

  • Correct readme typo for module_oidc.php template path by @dgoosens in #168
  • Allow overriding cert+key name/location by @pradtke in #167
  • Fix access token timestamps, add issuer by @cicnavi in #174
  • Fix PK constraint name for allowed origin table - make it unique by @cicnavi in #173
  • Set restart url for authorize commands by @pradtke in #180
  • Fix admin-clients link by @Pyrex-FWI in #177
  • Logout tokens should have typ header with value 'logout+jwt' by @IlanaRadinsky in #185
  • Fail actions on code quality issues by @pradtke in #175

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Dec 08:36
8b39691
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Dec 08:35
28f92df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

17 May 18:52
a8de2f9
Compare
Choose a tag to compare

First release.

Please, read the template config to see the final options.