Changes between Version 50 and Version 51 of members/GRIP-UQAM
- Timestamp:
- Mar 16, 2016, 6:37:37 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v50 v51 227 227 composer require hybridauth/hybridauth 228 228 }}} 229 230 toto::231 229 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Yahoo.html Yahoo OpenID]:: 232 230 * https://github.com/hybridauth/hybridauth/tree/master/additional-providers/hybridauth-yahoo-openid 233 231 * http://hybridauth.sourceforge.net/userguide/tuts/specific-provider-wrapper.html 234 232 * https://login.yahoo.com/ 233 * a mobile phone number is required to register a new account 235 234 * yahoo Application consumer key 236 Microsoft Live:: 237 * http://hybridauth.sourceforge.net/userguide/IDProvider_info_Live.html 235 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Live.html Microsoft Live]:: 236 * Not clear if the domain root URL can be used as redirect URI 237 * Using the domain root URL as redirect URI results in an error at the time of clicking the icon on the registered web site 238 * It is not possible to register inside Microsoft developper website a redirect URI similar to the one used for Google, because some caracteres are not accepted. 239 * one could try to make a simpler redirection URI which would redirect to the one simililar to the one used for Google. 238 240 * microsoft oauth2 application id 239 241 * [https://msdn.microsoft.com/en-us/library/bb676626.aspx Getting Your Client ID for Web Authentication] 240 242 * https://account.live.com 241 243 * [https://account.live.com/developers/applications/index Mes applications] 242 Facebook:: http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html 244 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html Facebook] 243 245 == Drupal Modules == 244 246 === [https://www.drupal.org/project/hybridauth Hybridauth] ===