Omniauth + windows live
how do I configure a new windows-live provider using omniauth?
I tried the followi开发者_开发百科ng with no success:
use OmniAuth::Strategies::WindowsLive, key, secret
and
provider :windows_live, key,secret
Take a look at the issues here: https://github.com/intridea/omniauth/issues#issue/26. Windows live seems to be a bit off the OpenID standard...
精彩评论