Releases: silinternational/idp-id-sync
Releases · silinternational/idp-id-sync
Release for 2019 IdP Profile Redesign
Merge pull request #84 from silinternational/develop Release 3.0.0
Fix updating of `last_synced` in Google Sheets
Fixed:
- Wait to update
last_synced
until after actually syncing. - Reduce likelihood of hitting rate-limit when syncing with Google Sheets by
updatinglast_synced
values in batches.
Add support for Workday
Added:
- ID Store adapter for Workday
Fixed:
- Treat
'0'
and0
as'no'
and treat'1'
and1
as'yes'
(as values
forlocked
andrequire_mfa
). - Ignore unexpected ID Store fields, rather than crashing.
Sync all ID Store values to ID Broker (even null)
This allows us to remove values from ID Broker that have been removed from ID Store.
Sync spouse and manager emails
Update to secure version of Yii2
A little clean-up
- 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
Merge pull request #58 from silinternational/develop Handle "true"/"false" strings for require_mfa
Production release
Merge pull request #56 from silinternational/develop Release 1.1.0
Allow safety cutoffs above 100%
Merge pull request #51 from silinternational/develop Allow safety cutoffs above 100% (1.00).