Questions tagged as 'oauth2'

0
answers

Questions about OAuth and Tokens in an API [closed]

Before, I would like to contextualize my scenario: Home I'm a student in the area who has a huge passion for mobile development and recently I've seen the need to create my own API's to enable the conversation between the application and my...
asked by 26.10.2017 / 06:45
1
answer

asmx authentication

I have a webservice in asmx which contains insert, delete, update, select functions, I'm consuming it via ajax, because my application can not work server side. My question is how can I provide authentication to connect to this webservice? I got...
asked by 14.04.2017 / 20:54
0
answers

Access Danied - Spring Boot and Oauth2

I have a problem, I'm testing an api with spring boot and oauth2, but when requesting the token the same is generated and sent to the browser, however when sending to the resource I only get access danied, below the codes: ServerAuthorization...
asked by 21.03.2017 / 00:33
0
answers

PHP opauth facebook

I am paying attention to facebook using opauth.org framework slim3. I'm not getting sex. I get the other data: test site Does anyone know if there is a syntax error? $gender = @$auth['raw']['gender']; The complete code: swi...
asked by 19.01.2017 / 00:29
1
answer

How to authenticate an OAuth 2 connection with Postman?

My API uses in the Rails 5 backend gem devise_token_auth ( omniauth ) for authentication. The frontend is using ng-token-auth (Angular 1.x). I have all the API requests in Postman . I did the security implementation and I need to authent...
asked by 30.12.2016 / 12:15
1
answer

Send External Login Data to Controller

I need to login through Facebook, I have the login page, which renders a @Html.Partial _LoginExternal Follow the code of the two: @using EuVotoAf.Models @model LoginViewModel @{ ViewBag.Title = "Log in"; } <div id="loginbox"...
asked by 25.01.2017 / 13:46
0
answers

Disconnect User Logged in with OAuth Facebook, Google and Twitter

When the user asks to disconnect from my application of one of these social networks: Facebook , Google or Twitter , is it necessary to send some type of request to API? Or can I just flag a flag as disconnected in my datab...
asked by 09.12.2016 / 19:50
1
answer

OAuth v2 in Django 1.4

Friends, I'm studying how to implement the OAuth v2 protocol in my application. I've researched a lot here and found nothing that could solve my problem. So far I have a database in PostgreSQL and authentication with a Django middleware. I've...
asked by 11.11.2016 / 19:55
0
answers

Quick-start sample app for PHP

I'm making a website and I want to implement Google login using Quick-show sample app for PHP. However, when I run the signin.php page, the option to log in through Google + appears, but when I log in I stay on the same page and nothin...
asked by 03.05.2016 / 21:56
0
answers

Add oauth to API with traditional authentication

When you open the site, you are redirected to the login form where authentication occurs. On the server side, credentials are checked and a session is created, so that the application can access the messages, posts, personal data, etc. from t...
asked by 21.11.2014 / 17:16