Feature #1787
closedSend attribute to system ONLY with password
100%
Description
It would be nice if we will have another option in attribute mapping. Now we can select to send some attribute with password but this attribute will be send with and without password.
This new checkbox should be to Send only with password - that's mean attribute with this setting will be send to system only with password.
This feature will be very useful for AD system and attribute pwdLastSet. Where we want to set this attribute only with password because otherwise we will send this attribute always and all then all user will need to change they password after every provisioning.
Workaround:
There is possible workaround how to solve this issue. Solutions contains eav attribute on identity and custom proccesors before and after password reset. (probably will work in general before/after provisioning) But our use case on project was with password generate on identity.
Complete guide to workaround TODO
Updated by Roman Kučera about 4 years ago
As we discussed this recently on Slack. Is it possible to schedule this feature into some planned release probably 10.8.0?
Updated by Alena Peterová almost 4 years ago
- Assignee changed from Peter Štrunc to Vít Švanda
- Priority changed from Normal to High
- Target version set to 11.0.0
AD will prompt users to change their password when they first login after
- their account was first created by IdM
- their password was reset by IdM
Updated by Vít Švanda over 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
Implemented. New checkbox was added on the attribute detail.
Documentation: https://wiki.czechidm.com/devel/documentation/systems/dev/system-mapping#send_attribute_only_on_password_change
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/26be556240c2fef7d807e67341ca84e32142ce4d
Updated by Radek Tomiška over 3 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and code review, it works and code is nice, awesome!
Updated by Radek Tomiška over 3 years ago
- Status changed from Resolved to Closed