2

how do I configure a new windows-live provider using omniauth?

I tried the following with no success:

use OmniAuth::Strategies::WindowsLive, key, secret

and

provider :windows_live, key,secret
John Bachir
  • 22,495
  • 29
  • 154
  • 227
MindFold
  • 771
  • 5
  • 16
  • Hello John. It is an old issue, but did you ever find a way to make it work? I am stuck with `Could not find matching strategy for :windowslive. You may need to install an additional gem (such as omniauth-windowslive)`, but I've added it to my project and `bundle install` even displays it... – chesterbr Jan 09 '13 at 16:32
  • Ah, nevermind, that was a missing require. It seems to work fine on the second format. – chesterbr Jan 09 '13 at 16:47

1 Answers1

0

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...

Markus Proske
  • 3,356
  • 3
  • 24
  • 32