Is there documentation for the Database Table Login Module? So far it seems like I might want to modify the Database Table Login Module to include whatever form of encryption that I might incorporate into the storage of my password in the database... Does it sound like I'm getting closer to finding my answer?
Quite an interesting question. Did you find the solution?
I guess for pass-through authentication, you can let IdM provision user information to the database table using the corresponding adapter. That way, the encryption used would be the same as expected during pass-through authentication... hence, you wouldn't have to worry about what encryption to use... makes sense or am I digressing?
There is some information on encryption in "IDM_Administration_2005Q4M3.pdf" page 189.. but not sure how much that helps here.
- Adi.
I have not found the solution. Thanks for asking though :)
The area of the docs you pointed me at was good to review. The last few days I have been trying to figure out how to go about this task. We have a password we want to use to originally authenticate a user with, and this password is not being generated by IDM. However we want to allow passthrough authentication in IDM to allow an enduser to authenticate with the password. You suggestion makes sense, but wouldn't quite work to meet our needs. Right now I'm wondering if we should make a custom resource adapter to handle it... I can not really find any good documentation on Login Modules.