Skip to main content

Home/ studay/ Group items tagged id

Rss Feed Group items tagged

doingtoing

Download details: Windows Live ID Web Authentication 1.0 SDK - 0 views

  • the Windows Live ID authentication service to your own Web site
  • Related ResourcesWindows Live ID: Development Support ForumWindows Live ID Web Authentication 1.0 SDK DocumentationWindows Live ID Web Authentication Terms of Use
  •  
    The Windows Live™ ID Web Authentication 1.0 software development kit (SDK) gives you a platform-neutral way to bring the power of #1the Windows Live ID authentication service to your own Web site
doingtoing

Download details: Windows Live ID Web Authentication 1.0 SDK - 0 views

  • Related ResourcesWindows Live ID: Development Support ForumWindows Live ID Web Authentication 1.0 SDK DocumentationWindows Live ID Web Authentication Terms of Use
doingtoing

Windows Live ID Web Authentication 1.0 SDK - 0 views

  • Web Authentication works by sending your users to the Windows Live ID sign-in page by means of a specially formatted link. The service then directs them back to your Web site along with a unique, site-specific identifier that you can use to manage personalized content, assign user rights, and perform other tasks for the authenticated user. Sign-in and account management is performed by Windows Live ID, so you don't have to worry about implementing these details. Windows Live ID profile data is not shared with your site.
  •  
    profile data 是不共享的,从它的登录页返回时仅"along with a unique, site-specific identifier that you can use to manage personalized content, assign user rights, and perform other tasks for the authenticated user"
doingtoing

Handling the Response from the Service -- windows-live-id - 0 views

  • After users successfully sign in or out, the Windows Live ID service responds by redirecting them to your Web site—specifically to the return URL that you specified when you registered your application. You must implement a dynamic page on your site to receive and appropriately process this response.
doingtoing

Introduction to Windows Live ID - 0 views

  • The Microsoft online services are designed to become an Internet programming platform for developers to build desktop applications and online services.
  •  
    1.desktop applications
    2.online services

    所以在另一页看到的16/OCT发布的新版是客户端的SDK。WEB端的仍是AUG发布的。
doingtoing

Running the PHP QuickStart Sample - 0 views

  • This topic explains how to install, run, and extend the QuickStart sample as provided in the PHP programming language.
  • The PHP QuickStart sample is preconfigured to use default values for the application ID, secret key, and return URL parameters. The return URL is preconfigured to point to http://localhost/webauth/sample/webauth-handler.php.
    • doingtoing
       
      在这里已经设置了返回的URL,所以把sample的代码放到cblogin里运行,它就直接回webauth地址了,之前未仔细看这段,一直纳闷。
  • On an openSUSE 10.2 Linux platform, ensure that the apache2, apache2-mod_PHP5, php5-mhash, php5-mcrypt, php5-openssl, php5-dba, php5-hash, and php5-dom packages are installed by means of the YaST tool.
    • doingtoing
       
      两个问题: 1.YaST tool是什么; 2.这句中提到的 php5-mhash, php5-mcrypt, php5-openssl, php5-dba, php5-hash, and php5-dom 非常重要,一个都不能少,在php.ini里面,要修改之使没有加载的扩展库加载上。 因为mhash dba mcrypt陆续出的问题,都解决了,但dba仍在login后出现问题。与stream有关。
  • ...1 more annotation...
  • Locate the <Directory "/srv/www/htdocs"> section (where "/srv/www/htdocs" is the document root for http://localhost/) and change the AllowOverride None line to AllowOverride All. This modification permits the .htaccess file that is included in the Web Authentication PHP package to take effect. You can inspect this file and make changes directly in the Apache configuration if you do not want to enable .htaccess overrides on the localhost.
    • doingtoing
       
      1.这段要修改 AllowOverride All,不知道在哪里修改; 2..htaccess为什么要被overrides?
doingtoing

Download details: Windows Live ID Client 1.0 SDK - 0 views

  • rom within desktop client applications
  •  
    "desktop applications and online services"

doingtoing

Windows Live Dev - 0 views

shared by doingtoing on 17 Oct 07 - Cached
doingtoing

Displaying the windows-live-id Sign-in Link - 0 views

  • To insert the link, include the following code in the HTML of your site.
1 - 12 of 12
Showing 20 items per page