September 2011
Intermediate to advanced
1008 pages
24h 27m
English
IFD comes with another type of authentication, called IFD, that uses Claims Based Authentication With this method, the user may enters credentials (username and password) inside a form of a page instead of using the Windows Authentication dialog.
Figure 22.4 shows what happens when the user types the Microsoft Dynamics URL for an organization in the browser.
Figure 22.4 IFD with Forms Authentication.

Claims Based Authentication requires HTTPS for security reasons to protect the username and password to be transmitted over the network in clear text when making a POST method of HTTP, so you must use SSL (Secure Sockets ...