Releases: simplesamlphp/simplesamlphp-module-oidc
Releases · simplesamlphp/simplesamlphp-module-oidc
v3.0.1
v2.1.3
v3.0.0
v2.1.2
v2.1.1
v2.1.0
What's Changed
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
v2.0.3
What's Changed
- Use InMemory::empty by @pkoenig10 in #186
New Contributors
- @pkoenig10 made their first contribution in #186
Full Changelog: v2.0.2...v2.0.3
v2.0.2
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
- @dgoosens made their first contribution in #168
- @Pyrex-FWI made their first contribution in #177
- @IlanaRadinsky made their first contribution in #185
Full Changelog: v2.0.1...v2.0.2