Rank: Newbie Groups: Member
Joined: 4/2/2014 Posts: 1
|
We are using Sitecore forms and EO pdf creator and it seems to be working well. The sitecore side allows us to create a username and password fields and authenticate a user via AD. The issue is that those fields are then written to EO and the password is in the clear. Can anyone suggest a method for removing or masking the password field?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
There doesn't have much to do with EO.Pdf. It has to do with the underlying authentication mechanism you use. For example, if the an user has already been authenticated when he logs in, then he can just run EO.Pdf under his account and EO.Pdf will be able to use his security token to authenticate with the server without having to explicitly asking for user name/password again. However if the current user is not authorized, then you have to use the user name/password one way or another --- either to establish the user's security token through Windows API, or pass that user name/password to EO.Pdf so that EO.Pdf can call the corresponding Windows API to establish the security token for you.
Thanks!
|