Questions tagged as 'oauth2'

0
answers

Ruby AdWords API Returning AuthenticationError.OAUTH_TOKEN_HEADER_INVALID

I'm using: devise omniauth omniauth-google-oauth2 google-adwords-api I get the token from the oauth callback: class OmniauthCallbacksController < Devise::OmniauthCallbacksController def google_oauth2 session[:token] = req...
asked by 09.01.2015 / 17:56
1
answer

Authentication via OAuth vs. conventional login system. Which one to use?

Imagine the following scenario:    You are putting together a project where anyone can register with basic data (name, photo, age) to use your product. And since it's on the internet, there's no way to predict the number of potential users th...
asked by 06.05.2014 / 17:11
1
answer

ASP.NET MVC & WEB API authentication with token

I have a question about the bearer token. I have two scenarios in my application. 1st is an admin panel that works with ASP.NET MVC and angularjs and the 2nd is the WEB Api that exchanges requests with a WPF application. My question is about the...
asked by 06.02.2017 / 19:25
1
answer

Problems updating the access token

I am authenticating to the Google Calendar API using Scribe, which once uses OAuth 2.0. Authentication completes successfully but I do not know how to store the access token in the database. I'm doing the following: /*Obter o API USER TOKEN e...
asked by 07.12.2014 / 02:34
1
answer

OAuth with Dependency Injection

Hello, I'm starting my studies with OAuth, and right away I came across a problem. I created the famous 'Startup' class, and I call it my provider as follows: public partial class Startup { public static OAuthAuthorizationServerOptio...
asked by 10.05.2018 / 15:36
2
answers

Use Google oauth2 without going through the google login page [closed]

I'm starting to implement the use of google autAuthentication in my application. some tests done working and tals, but always having to go through the login screen and google consent. I would like to know if it is possible for me to do the entir...
asked by 09.10.2017 / 14:18
1
answer

Google Consent Screen Does Not Open

I made an application that has the function of backing up to Google Drive, but it does not work when I put it on some server, it works only in localhost . What happens is that it does not open the consent screen on the servers, it follo...
asked by 30.03.2017 / 19:30
1
answer

Deploy OAuth server

I would like to know how to implement an authentication server using OAuth. If someone has a light how to do this, thank you.     
asked by 21.02.2017 / 22:34
1
answer

Spring Security OAuth2 Plugin with Json Tokens

Can anyone tell me if Spring Security's OAuth2 plugin supports access tokens in JSON format instead of XML format? And if so, what do we have to do to make this change?     
asked by 21.02.2014 / 20:59
1
answer

Web API - Blocking specific calls to the server

I wonder how I can block calls that are not from direct Url's allowed on the server. Or is it possible to implement some other direct validation in oauth to block accesses other than those URLs?     
asked by 03.12.2018 / 15:36