java - Is using AD credentials entered into form fields as opposed to the browser integrated auth window bad practice? -
I'm looking for some feedback about the practice of authenticating an intranet based web app to request users I use the domain \ username and password fields in opposition to using native browser-based challenge windows for integrated certification, for example, ad credentials directly in the form field. In the form-based example, the credential in the Sadiq text is passed to the application and it is essential that the data relies on the integrity of the application to handle it properly. I think this is equivalent to entering my open ID credentials directly into a host app on the Internet.
So my questions are:
- Is there any best practice guide on considering a custom web app (mainly Net / Java stack) in Eddie's environment?
- Can you think of any legitimate circumstances where it is really necessary?
- Is this a legitimate concern or am I just being mad ?!
In a highly secure environment safe focus sequence CTRL- When using ALT-DEL, users are encouraged to enter their credentials only, which is designed so that it can not be intercepted by the application.
So in such an environment, browser challenge window for authentication will also be doubted. Instead you will login locally using the same adi credentials, as you need access to the website, and will be authenticated without being prompted.
I would say that the Eddie credentials form field is very skeptical if credentials can be used to access other sensitive resources even if the app developers are well intentioned, it is a Unnecessary security holes For example, anyone who writes on the web directory can easily change the entry form and capture credentials.
Comments
Post a Comment