Questions tagged as 'oauth'

1
answer

Authenticate in Sharepoint online via Rest api + AngularJS [duplicate]

I'm trying to create an application using Visual Studio 2015, Cordova + AngularJS. My need today is to authenticate in Sharepoint and consume the Web Services. I've made several authentication attempts, but I'm not succeeding. (function (...
asked by 21.10.2015 / 22:04
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

Authentication via social networks

I'm implementing authentication via Facebook and Twitter , and then other networks, but some doubts have arisen. How would the logic for creating a new account when the user authenticated via social network? I assume that I get id...
asked by 18.08.2016 / 20:50
0
answers

How to publish status in facebook timeline?

I made an app in facebook and got the app_secret I finally got everything, the goal is for the user to publish in his own timeline however, I can even publish but only in my app and with the login of the app, when I run the application...
asked by 30.09.2015 / 20:23
2
answers

How to use token authentication with WebApi .Net

I'm looking at some websites about token-based authentication using the OAuth library but a question has come up. I have a webapi that already exposes services for both an App and a Site. We already have a login system with SQL database runni...
asked by 05.06.2018 / 15:32
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
1
answer

How to configure an Authentication and Authorization Server?

How to set up an authentication and authorization server like Google by Cookie, and then be able to make it available to ASP.NET MVC applications from the same group of web applications with the same user base? I've been trying to understand...
asked by 15.08.2016 / 16:34
1
answer

Return to previous page after logging into facebook oauth

I use the default login system, it asks you to insert App ID and App Secret the URL that will return after requesting the login to the user, my doubt is, how to do to return the url in which the login was requested. on several pages will b...
asked by 20.07.2015 / 00:11
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
2
answers

Error setting up Passport in Laravel

I have a laravel API and in it, I need to authenticate access requests. So I used Passport Laravel, but according to the API return, there is some definition that I did not report in my code. In my route, I type the middleware type: Route::...
asked by 17.06.2018 / 17:52