Questions tagged as 'oauth2'

1
answer

Get specific login data via facebook

I'm looking to implement authentication via facebook . Where I want to get more public data. I already have the default authentication set up. But I need something more, because it just brings me the Email. I'm basing some answers o...
asked by 24.01.2017 / 14:18
1
answer

Logical help with PHP using Twitter API

Well, the idea is this, I'm using API of Twitter to do user authentication, I'm using the following resource: link . I used this video to help me authenticate, it's exactly the same: link The logic: All users who authorize th...
asked by 04.06.2017 / 10:06
1
answer

What security holes were found in OAuth 2.0?

Ontém li this text saying that serious security holes were found in OAuth. The content of the text, in particular, makes it seem like you can not even use OAuth. The problem with this is that I'm developing a project that the only plausible au...
asked by 03.05.2014 / 17:35
1
answer

Receiving Token via WebRequest?

Personal is there any way I can generate a token through a WebRequest? Because every time I use the Google Drive function, I need to open the authentication page only to generate the access Token, is there any way I can do it through WebRequest?...
asked by 05.04.2017 / 16:34
1
answer

Error logging in using Facebook

Attempting to log in via facebook I come across with the following error:    Server Error in Application '/'.   Object reference not set to an instance of an object.   Description: An unhandled exception occurred during the execution of the  ...
asked by 23.01.2017 / 21:05
1
answer

Struts2 with Spring Security plugin Oauth2

I would like to know if it is possible to use the Spring Security Oauth2 plugin with Struts2 or if this plugin has any restrictions that only allow SpringMVC to work?     
asked by 19.02.2014 / 13:49
0
answers

Spring Security Oauth2 in API Rest

Good morning. I have a Web Service Rest implemented and I am working on the security of the same one at the moment. This Web Service was implemented using Spring Boot. Initially I will have clients as an Android Application and a Web Appli...
asked by 21.11.2016 / 14:58
0
answers

Spring secutity OAuth2

It generates the token { "access_token": "0b42ea14-6a21-44fc-9f65-df60f9130542", "token_type": "bearer", "refresh_token": "3653d5f8-161a-4ee2-b3b5-df9e1da4b9a7", "expires_in": 498, "scope": "bar read write" } Gives err...
asked by 05.12.2018 / 23:26
3
answers

Twitter API Doubt

In the documentation it says the following:    Tokens are passwords   Keep in mind that the consumer key & secret, bearer token credentials, and the bearer token itself grant access to make requests on behalf of an application. These valu...
asked by 28.05.2017 / 22:46
1
answer

How to get information for a form from Twitter?

Yesterday I did this question here in SoPT , I'm now following what the Inkeliz said:    Cookies will only be obtained if you apply using login / password. To do this, just go to the Twitter page and see what URL is called (ie F12 & Netwo...
asked by 26.06.2017 / 23:29