Skip to content

suwatch/LiveConnectOAuth

Repository files navigation

LiveConnectOAuth

This demonstrates adding live-id authentication to your site using live connect oauth2.0.

  • Create the live application.

    • On App Settings section, take note of Client ID and Secret. You will need this info in next step.
  • Deploy this repository to Azure by clicking

    • Choose Directory, Subscription and Location appropriately.
    • Change the Site Name to something you can recognize.
    • Enter live application Client ID as LiveConnectClientId value.
    • Enter live application Client Secret as LiveConnectClientSecret value.
    • Click Next and Deploy to Azure WebSites.
    • The site url will be http://{sitename}.azurewebsites.net/. Note: {sitename} is the Site Name you pick above.
  • On Api Settings section of the live application. Add below urls as Redirect URLs - http://{sitename}.azurewebsites.net/login/callback - http://{sitename}.azurewebsites.net/logout/complete

Try browsing to http://{sitename}.azurewebsites.net/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors