Skip to content

Releases: silinternational/idp-pw-api

Ensure clientExtensionResults is encoded as an object

14 Jul 21:31
532b66b
Compare
Choose a tag to compare
Merge pull request #241 from silinternational/develop

Release 6.0.3 Ensure clientExtensionResults is encoded as an object

Reduce error alert emails

16 Feb 19:25
69c21ae
Compare
Choose a tag to compare

Fixed

  • Removed redundant error log entry in /site/system-status

reduce email alerts

10 Feb 15:35
afe095a
Compare
Choose a tag to compare

Fixed

  • Don't send email alert for bad email-service check

WebAuthn

14 Dec 21:39
35cf4d5
Compare
Choose a tag to compare

Breaking changes - this updates integrations with id-broker to support WebAuthn interactions rather than legacy U2F

Increase length of user.employee_id to allow for uuids

08 Nov 19:13
ed7c3e8
Compare
Choose a tag to compare
Merge pull request #234 from silinternational/develop

Release 5.5.3 increase length of user.employee_id to allow for uuids

PHP 7.4 (again), Ubuntu 20.04

09 Jun 19:02
9f2f185
Compare
Choose a tag to compare

Fixed

  • Upgrade PHP to 7.4 again (but stay with Ubuntu base O/S)
  • Upgrade Ubuntu to 20.04
  • Upgrade Composer to 2
  • Switch from fxp's composer-asset-plugin to asset-packagist
  • Stop including syslog and Logentries-related files
  • Stop installing/using runny (since we don't log to syslog anymore)

fix Google; downgrade PHP

01 Jun 18:40
9529fb5
Compare
Choose a tag to compare

Changed

  • Reverse the order of searching for a Google user, now use ID first
  • Downgraded PHP back to 7.2

search Google users by id and email

26 May 21:21
f0a5f69
Compare
Choose a tag to compare

Added

  • In Google adapter, search by email as well as by external ID

New URL for IDP Help

15 Feb 21:53
9369c4c
Compare
Choose a tag to compare
Merge pull request #219 from silinternational/develop

Release 5.4.1 New url for idp help

added multi-host config option to LDAP component

22 Jan 18:39
21cc9b1
Compare
Choose a tag to compare

Added

  • Allow LDAP host name to be a list of hostname strings as well as a single string for backward compatibility