Tagged Questions
0
votes
0answers
49 views
Oauth2 Instagram API “redirect URI does not match registered redirect URI”
I am working on a Rails application which is in development mode and it can register with omniauth.
The host is
http://localhost:3000/
I'm using the gems:
gem 'omniauth'
gem ...
0
votes
1answer
49 views
Omniauth Stripe Connect – How Can I Add Scope?
I'm using the Omniauth Stripe-Connect gem and I'd like to add a scope, but the documentation does not cover this. Here's what I'm trying right now, but the scope and stripe-landing parameters are not ...
0
votes
1answer
23 views
Updating data of users authenticated via OmniAuth
I have a Rails app using the Omni-Auth GitHub gem. User account creation and signin via GitHub works flawlessly!
Here's my User model:
def self.from_omniauth(auth)
...
1
vote
0answers
25 views
GoogleReaderApi gem says something went wrong
I'm using omniauth-google-oauth2 gem to authenticate users in my web applications. So now I want to provide for my users possibility to manage goole reader feeds from my app. I'm trying to use ...
0
votes
2answers
109 views
What to do with access token(from the Auth Hash) in Omniauth?
I'm using Devise and Omniauth, and following the railscast(http://railscasts.com/episodes/235-devise-and-omniauth-revised) about it. It have only dealt with :uid, :provider. Nothing involves the ...
0
votes
1answer
51 views
Authentication w/ Omniauth (No Devise) - How to Check is Signed In in Routes?
I'm using only omniauth-oauth2 for authentication (No Devise). I would like to define different roots for users who are signed in and are not, to include a secure dashboard. I have a current_user ...
0
votes
0answers
59 views
Doorkeeper - Hitting Authorize Results in Error auth = nil
When hitting the "Authorize" button, I get "Called id for nil"
Here is the line where the problem is occurring in my authorizations controller:
46 auth = authorization.authorize
Auth ...
0
votes
1answer
96 views
Omniauth-google-oauth2 not correctly passing “scope” for oauth
First, the context: I'm writing a little web app to do some custom Google Analytics reporting for me.
In my Gemfile:
gem 'omniauth'
gem 'omniauth-google-oauth2'
In my ...
0
votes
0answers
28 views
how do i remove client_secret when calling auth_code.get_token method in a custom omniauth oauth2 based strategy?
I created a custom oauth2 omniauth strategy loosely based on the template here https://github.com/intridea/omniauth-oauth2. It works well until I get to the 3rd leg where I am exchanging the access ...
1
vote
0answers
47 views
using has_secure_password and oauth (such as facebook) authentication
I am interested in using both of these authentication schemes but setting the user model to has_secure_password forces a validation on password_digest. I am curious if there is a standarized way for ...
1
vote
2answers
87 views
Google OAuth won't accept its own client_id
I have an app that already successfully uses google oauth, but now I am trying to setup a staging deployment. It is a rails app with devise and omniauth, but I think there might be a problem with how ...
2
votes
1answer
211 views
undefined method 'change' for :Fixnum when updating Timestamp value
I'm using Google's OAuth2 API in a project, using Omniauth to enable creating the initial accounts with little effort, but in order to use the APIs I need to refresh the access_token since they're ...
0
votes
0answers
118 views
Box API with new omniauth-box gem not redirecting to my app (ERROR Errno::ECONNRESET: Connection reset by peer)
I created a gem to work with Box API V2 (https://github.com/youpdidou/omniauth-box/). I tested it in development. The authentication is created as needed and recorded in DB, but there is an error in ...
0
votes
1answer
95 views
Save user's gender and location from youtube login OAuth
I have youtube login setup with OAuth2 and upon a successful user registration I would like to save the users gender and location in the database.
Checking the OAuth docs ...
0
votes
1answer
430 views
devise + omniauth-google-oauth2 calling errors
Hi I am trying to integrate devise and omniauth login on my app. I am trying with omniauth-google-oauth2 and I follow the instrunctions on this tutorial ...
0
votes
1answer
135 views
Devise, StripeConnect, Doorkeeper, OAuth2
I am developing a CrowdFunding site and want to choose the best combination of things for the MerchantService side. I have been in contact with Stripe and they believe that they would be a good fit, ...
1
vote
1answer
2k views
Rails Facebook login error with omniauth-facebook - OmniAuth::Strategies::OAuth2::CallbackError
I'm trying to make Facebook login with omniauth-facebook in Rails 3.2.9; I have followed the steps of Ryan Bates in http://railscasts.com/episodes/360-facebook-authentication and in this very moment I ...
0
votes
0answers
104 views
Ruby on Rails and Google Oauth 2 and its scopes - get all users emails from Google app
I'm using Omniauth and Google oauth2 to access Google Calendar and Google apps.
I wonder if there's a ruby gem or a process where I as the administrator of a Google Apps account, I retrieve ALL users ...
2
votes
2answers
516 views
How do I refresh my google_oauth2 access token using my refresh token?
I have a RoR app where I am authenticating against Google using omniauth and google_oauth2 where I am requesting offline access.
How do I use my refresh token to request a current access token? Also, ...
7
votes
1answer
1k views
Rails Google Client API - unable to exchange a refresh token for access token
After struggling with some SSL issues on my machine, I'm still trying to access a user's Blogger account through the Google Ruby Client API. I'm using the following:
Rails 3.2.3
Ruby 1.9.3
oauth2 ...
0
votes
1answer
198 views
Google Oauth2 api - Omniauth Rails
Currently I'm recovering the omniauth information perfectly fine using the typical setup for omniauth gems.
I'm retrieving the access_token as a string and storing it into an Authorization model that ...
0
votes
1answer
162 views
Omniauth making multiple auth calls per request?
I have Omniauth set up with a WePay strategy ( https://github.com/intridea/omniauth ). When getting authorization, it is making the v2/oauth2/token call four times (interspersed with /v2/user calls), ...
1
vote
1answer
295 views
Omniauth, Devise, Open ID, CanCan - Whats what and When do I use which solution for a Rails API app
So Im developing a Rails app- primarily serves API which I want to lock down behjind a nice authorization system. Ive created Rails apps which render HTML and for that I used Devise and CanCan. This ...
0
votes
1answer
83 views
omniauth - is there any reason why I should store the OAuth2 token in db?
So, I'm just starting to use omniauth and have gotten it working with facebook. I have set it up so that it automatically redirects back to facebook for a new token when the current token expires. ...
5
votes
1answer
388 views
Faraday timeout error with omniauth (custom strategy)/doorkeeper
I'm currently following along with this railscast and for my specific situation am running into a Faraday timeout error on the callback from omniauth.
Currently I'm using a rails application as an ...
0
votes
2answers
627 views
Fetching a user's current Facebook status with OmniAuth & Rails
As you may have guessed from the title, I'm trying to use OmniAuth to get my users' current Facebook statuses (for a new opt-in feature). I've passed the necessary scope option into the provider ...
1
vote
0answers
292 views
Combining Omniauth login (from one of several external ID providers) with our OAuth2-secured API
I'm refactoring a monolithic Rails app into a pure JSON API with a Backbone.js front end. Other smartphone app front-ends will be following in the near future, and the possibility of opening up the ...
3
votes
2answers
886 views
Does Omniauth-google-oauth2 simply allow authentication, or does it also address API needs?
I'm having trouble understanding OAuth2 conceptually. I've read about the whole handshake process a hundred times. I can login to my app using a google account, but once that's done, I need to ...
9
votes
3answers
4k views
How to rescue OmniAuth::Strategies::OAuth2::CallbackError?
I am building a Rails application with Omniauth for log in service.To authenticate Google I am using OmniAuth Google OAuth2 Strategy.
When user clicks 'allow access' button everything works fine.But ...
0
votes
1answer
193 views
OAuth2 Provider gem for non-rails, non-mongo apps?
I need to add OAuth2 authentication to a Sinatra-based API. No ActiveRecord, no MongoDB... but DataMapper.
Does anybody know what gems I can use to achieve this? I added rack-oauth2-server, but it ...
4
votes
1answer
693 views
OAuth flow, iPhone -> Rails -> Facebook
I'm building an app with both a web client and a iPhone client.
On the web client I authenticate users through Facebook with Omniauth, the user can then post actions on the app to Facebook. That ...
0
votes
1answer
374 views
can omniauth-google-oauth2 be used also to get calendar info back from the google calendar API?
Can omniauth-google-oauth2 be used also to get calendar info back from
the google calendar API?
I have managed to so far to get:
a) omniauth-google-oauth2 test rails app working to "sign on with
...
1
vote
2answers
876 views
Omniauth google oauth2 strategy with offline access
I'm trying to get offline access token (refresh_token) with omniauth google-oauth2 strategy.
This is my omniauth initializer code:
Rails.application.config.middleware.use OmniAuth::Builder do
...
8
votes
2answers
3k views
OmniAuth using google oauth 2 strategy scope failure
I'm working on getting calendar data from google using OmniAuth and the google-oauth-2 strategy.
If I put nothing into the scope field it works fine and I get the default info without the ...
3
votes
2answers
1k views
OmniAuth Single Sign On with Devise, invalid_credentials
I have 3 web apps - A, B and C. App A contains the user database. If accessing App B and App C, I would like the user to be redirected to App A to be authenticated, and then be returned back to ...
3
votes
2answers
576 views
No route matches [GET] “/auth/google_apps” when I try to authenticate with omniauth-google-oauth2 gem
I have implemented twitter and facebook authentication with omniauth gem, but when i try to authenticate with openID or google I get: No route matches [GET] "/auth/google_apps" or No route matches ...
1
vote
0answers
355 views
How to inject http_authorization headers using omniauth and oauth2 in consumer so the authentication occurs in provider?
I'm building an ecomm service using Spree which uses Devise, it contains all the data from our users, but we are using it as a service only, via APIs, so we have an application (rails 3.1), the ...
0
votes
1answer
334 views
Omniauth: can't change response_type to “token” in Strategy
I'm implementing a strategy to connect to an OAuth provider implemented using oauth-plugin. In the "request_phase" function, I wrote:
def request_phase
options[:response_type] = 'token
super
...


