Wednesday, August 8, 2007

Web Authentication using windows live id

To authenticate your application using window live id.


 


  1.  

--Note: you are required live id. Please create before start register ur application. You can create live id from (http://login.live-int.com/)

Step to register application


 

  1. Then Integrate in ur login page.
  • Add the below code in your login page.

<iframe

src="http://login.live-int.com/controls/WebAuth.htm?appid=<appid>&context=<context>&style=<style>" width="100px" height="40px" frameborder="0" scrolling="no"> </iframe>

 

No comments: