Skip to main content

Posts

Showing posts from August, 2011

Live@edu SSO redefined the alternate approach.

Microsoft provides the best service called Live@edu. This is good idea for making the schooling paper free, meaning by saying paper free is that Microsoft provides with the facility to store all the document and communication service for school and universities                 Moreover this service is free for schools and any educational organization. It provides centrally hosted email service. you can get the information about Live@edu from here To be more technical I must return to the fact that this is being written not for marketing Live@edu service but it is more about S ingle S ign O n [SSO] provided with the SSO toolkit with Live@edu account.                 Microsoft provides the SSO toolkit which is sort of sample code, with the help of which you can integrate the SSO with your application. You will get the SSO toolkit when you registered your school with Live@edu, On configuration page you can find the SSO Enable option. You can reach to that here .          Being   littl

Windows live messenger toolkit on HTTPS (Secure Layer)

Nowadays I am working on Integrating  windows live Messenger toolkit with our MVC web application. you can download toolkit straight from Microsoft's site from HERE , Though Microsoft is providing sample application for demo that shows how to integrate the Windows live messenger toolkit with your website, There were many issues while integrating with MVC web application. First challenge that I faced was to make the Demo application compatible with our MVC architect. because the sample code works based on Request and Response Architecture while MVC application follows the Action and Result architecture. So first I have to convert the all the handlers in to controller methods  then all other respective changer are to be done.                     The second Challenge was to run the application on secure layer(HTTPS) . every thing worked fine except the chat bar. It was showing some interesting error that  Channel-Url  contains different domain then that is registered. The solution w