Skip to content

Releases: silinternational/idp-id-sync

Release for 2019 IdP Profile Redesign

11 Apr 13:52
953211f
Compare
Choose a tag to compare
Merge pull request #84 from silinternational/develop

Release 3.0.0

Fix updating of `last_synced` in Google Sheets

15 Feb 18:22
4483914
Compare
Choose a tag to compare

Fixed:

  • Wait to update last_synced until after actually syncing.
  • Reduce likelihood of hitting rate-limit when syncing with Google Sheets by
    updating last_synced values in batches.

Add support for Workday

10 Aug 17:19
037664e
Compare
Choose a tag to compare

Added:

  • ID Store adapter for Workday

Fixed:

  • Treat '0' and 0 as 'no' and treat '1' and 1 as 'yes' (as values
    for locked and require_mfa).
  • Ignore unexpected ID Store fields, rather than crashing.

Sync all ID Store values to ID Broker (even null)

23 Jul 19:02
b9e9a38
Compare
Choose a tag to compare

This allows us to remove values from ID Broker that have been removed from ID Store.

Sync spouse and manager emails

18 Jul 13:29
c2c06f9
Compare
Choose a tag to compare

Update to secure version of Yii2

18 May 17:37
1739230
Compare
Choose a tag to compare

A little clean-up

29 Jan 15:12
3344bf4
Compare
Choose a tag to compare
  • Format code in line with PSR-2.
  • Update dependencies.
  • Rebuild with newer base image to resolve pam_env error in logs.

Handle "true"/"false" strings for require_mfa

28 Nov 20:33
6efcba6
Compare
Choose a tag to compare
Merge pull request #58 from silinternational/develop

Handle "true"/"false" strings for require_mfa

Production release

28 Nov 19:51
d83ff94
Compare
Choose a tag to compare
Merge pull request #56 from silinternational/develop

Release 1.1.0

Allow safety cutoffs above 100%

15 Sep 14:09
Compare
Choose a tag to compare
Merge pull request #51 from silinternational/develop

Allow safety cutoffs above 100% (1.00).