I want to create a class that stores the password of the user who logs into our system, like an single sign on module.
We already use an active directory and also have adfs, but how can I create a kind of module from the system when starting AX the password is retrieved and also written to the database.
We need the password to synchronize the tasks with their email calendar. This is because a batch job is running that periodically creates tasks in the email calendar. Now I have to manually change the password for each user if it changes. It seems to me, that if the user logs in to AD (Terminal) that I can get his password somewhere. And write it to the database.
I can find no documentation but it seems to me not that I'm the only one with this question.