Questions tagged as 'oauth2'

1
answer

What is the relationship between OAuth and Rest?

Good evening. I would like to use the API of a particular website (Market Paid to be specific) to build an application. Studying a little of their documentation I have seen that their API is Rest based and use OAuth, although I know that this...
asked by 18.03.2016 / 05:23
2
answers

WebApi Token C # Auth

I am issuing a token, but at the moment making a request with the token, returns the following message:    "Message": "Authorization has been denied for this request." I am passing user and static password File: startup.cs private...
asked by 04.10.2018 / 17:04
1
answer

Save Token to User Machine

I did an integration with GoogleDrive and when doing all the authorization in the consent screen, it creates a token in the appdata of the user, however I put this application in Azure in VM . But when I crea...
asked by 29.03.2017 / 19:30
1
answer

What techniques can be used to authenticate to REST applications? [closed]

I'm developing a Restful application with PHP , I need to make an authentication mechanic on that system so that client applications can consume their data. What techniques can be used to authenticate to Restful ?     
asked by 25.05.2016 / 17:18
0
answers

Load JWT signature key from a dynamic base

I have implemented an Authorization Server using AuthorizationServerConfigurerAdapter and the users and clients are configured from the implementation of the UserDetailsService and ClientDetailsService services that collect...
asked by 06.12.2018 / 20:31
0
answers

How can Google SingIn not log in automatically when entering the login page?

I have a login page where there is the option to login via Google SingIn to web, however I want to avoid the following behaviors: If I have already logged into the google account in the browser, when entering the site it automaticall...
asked by 23.10.2018 / 16:02
0
answers

Groovy with oauth2

We are developing a call to an SMS Sent Web Service that uses oauth2 authentication. This development is being done in groovy. We seek in various forums how to make the call, passing the parameters and how to receive the response from the web se...
asked by 03.08.2018 / 18:21
0
answers

Google API authentication issues in Ruby

I'm developing an API in Ruby that communicates google-api-ruby-client but when I try to authenticate I get some errors. example of my code: class GoogleService require 'googleauth' require 'signet/oauth_2/client' require 'goog...
asked by 13.08.2018 / 23:37
2
answers

How can I ensure that my API will only use the features I want it to use?

Hello, I have the following question. I have an application that will be used by several companies, each company will have a number of employees (only users of the company) and I have regular users (business customers). The system relationshi...
asked by 17.06.2018 / 18:28
0
answers

laravel 5.4 passport - authentication 3rd party login

I have this system that I developed. It is developed in reactjs + redux + sagas in the frontend and RESTFUL API in the backend in laravel. BUT in the company where I work, there is a requirement that the login be centralized and provided by a...
asked by 23.04.2018 / 15:56