Omniauth + windows live

1k views Asked by At

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
1

There are 1 answers

1
Markus Proske On

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