| ... | ... | @@ -72,5 +72,7 @@ ALTER TABLE usertable ALTER COLUMN dtype SET NOT NULL; |
|
|
|
|
|
|
|
In this version, the object UserEntity changed to SamlUserEntity. If you are using this object in your rules, you need to change them. You can batch search and replace all occurrences in the admin -> rules menue. Enter UserEntity in the regex field and SamlUserEntity in the replace field and click the button once. Then check your rules and your log file for errors.
|
|
|
|
|
|
|
|
### Update to version 3.0.0
|
|
|
|
### Update to version 2.7.5
|
|
|
|
|
|
|
|
In this version the property persistentIdpId was removed from SamlUserEntity. Please check your rules, if you are using this property. Change `persistentIdpId` to `idp.entityId`. Do this, before upgrading.
|
|
|
|
|