nbudin / devise_openid_authenticatable

OpenID authentication for Devise
MIT License
99 stars 32 forks source link

Trouble with implementation #20

Closed cwoolum closed 5 years ago

cwoolum commented 11 years ago

Hi,

I am trying to use this gem but am unsure of what to put in the controller. I am trying to integrate with Quickbooks and their identity url is

https://openid.intuit.com/OpenId/Provider

Could you provide a quick example for authenticating?

nbudin commented 11 years ago

Hi Chris,

This gem is designed for allowing users to put in their own provider URL. If you're authenticating against a fixed provider URL, you can probably hack this gem to make it work, but you're probably better off with Omniauth, which devise supports out of the box.

munkius commented 8 years ago

@cwoolum If you still need it - after nearly 3 years - version 1.2.0 was just released providing a configurable identity_url.