Closed cwoolum closed 5 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.
@cwoolum If you still need it - after nearly 3 years - version 1.2.0 was just released providing a configurable identity_url.
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?