Most voted "oauth" questions
Oauth is an open standard authorization protocol
Learn more…45 questions
Sort by count of
-
41
votes2
answers21537
viewsOauth - What is it? What is its purpose?
What is Oauth? What is its purpose? What does he do? There are other alternative technologies to it?
-
8
votes1
answer356
viewsWeb API and Owin Oauth - redirect to another domain (redirect_uri)
Good afternoon, I’m having a problem implementing external login on a project I’m working on. ASP.NET Web API + Owin + Oauth. Ambience: Work with two Server1 and Server2 servers. Server1: Server…
-
7
votes1
answer803
viewsHow can a WEB application that uses Oauth for authentication manage the user session?
Usually sessions are used to keep data of a particular user after they have logged into the WEB application, and it is the WEB application that is responsible for controlling and managing that data…
-
6
votes0
answers220
viewsHow to use Oauth in ASP.NET 5?
In versions prior to ASP.NET 5, there was a middleware called "Oauth Authorization Server Middleware" that allowed adding an Oauth server to the pipeline and setting up token generation. The…
asp.net security-guard asp.net-web-api oauth asp.net-coreasked 9 years, 6 months ago SomeDeveloper 18,074 -
5
votes1
answer1659
viewsHow to handle security in a REST application with Spring?
I would like to know how I could treat the security of a stateless REST application with Spring. Imagine that no user can access any content from /app/content if you have not identified first. There…
-
5
votes2
answers15150
viewsError login facebook
When I try to log in facebook through my application, gives the error: Blocked URL: Redirect failed because the Url used is not in the release list in the client’s Oauth settings application. Check…
-
4
votes1
answer596
views -
3
votes2
answers522
viewsHow to integrate Facebook login with ZF1 Auth?
I have an application in ZF1 running and with authentication system that uses database query. I would like to know how I can integrate the 2 ways to log in, IE, if the user opts for facebook, have…
-
3
votes0
answers44
viewsCustomer Management with Oauth
Good evening, everyone I’m starting to study Oaauth, and doing some tests using twitter and google. But I had the following doubts for the given scenario, for example: After developing a Rest API,…
oauthasked 8 years, 8 months ago Van Oliveira 91 -
3
votes0
answers235
viewsWeb API C# - Validate token generated by another server
I have a basic Oath api, it only generates the token, it is on localhost:1010/Token I have an api with the business rule methods, is on localhost:2020/api How do I validate whether a token is valid…
-
3
votes1
answer192
viewsAuthenticate to Sharepoint online via Rest api + Angularjs
I’m trying to create an application using Visual Studio 2015, Cordova + Angularjs. My need today is to authenticate in Sharepoint and consume Web Services. I’ve tried several authentication…
-
3
votes0
answers291
viewsFacebook login with Ionic
I’m trying to develop an application with Ionic that integrates with facebook, however I’m having some problems. I have seen similar discussions but no answer or solution. The problem is this: I…
-
2
votes1
answer495
viewsWhat security breaches were found in Oauth 2.0?
Yesterday I read that text saying that serious security flaws have been found in Oauth. The content of the text, in particular, makes it seem like you can’t use Oauth, no way. The problem with this…
-
2
votes0
answers139
viewsHow to post user status on facebook?
I made an app on facebook and took 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…
-
2
votes1
answer347
viewsAuthentication via social networks
I am implementing authentication via Facebook and Twitter, and later other networks, but some doubts arose. What would be the logic for creating a new account when the user authenticates via social…
-
2
votes2
answers141
viewsUnable to regenerate a secret client in Jasmin
By accessing Jasmin Nitrogen and upgrading a Credentials Client-type authorization system it is not possible to regenerate the client secret. There is currently an error that secret there is no. The…
-
1
votes1
answer293
viewsReturn the previous page after logging into facebook oauth
Use the standard Facebook login system, it asks to enter App ID the App Secret and the URL that will return after requesting the login to the user, my question is, how to return the url where the…
-
1
votes1
answer78
viewsOauth login does not work on mobile devices
I created my Oauth login system with php that works normally by accessing by computer, but when testing it by my mobile error, it says that my url is not authorized either in login via facebook or…
-
1
votes1
answer86
viewsHow to set up an Authentication and Authorization Server?
How to set up an authentication and authorization server like Google, by Cookie, and then be able to make available to ASP.NET MVC applications of the same group of web applications with the same…
-
1
votes0
answers1687
viewsDelphi - Oauth 1.0 Authentication - Woocommerce Api Rest
Hello, I’m trying to make a 'POST' in the Woocommerce Rest API using Delphi. I’ve done several tests using a lib. which I downloaded in http://sourceforge.net/projects/oauthdelphi/ but without…
-
1
votes1
answer98
views -
1
votes0
answers36
viewsDisconnect Logged-in User 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, it is necessary to send some kind of request to API? Or I can just mark a flag as…
-
1
votes2
answers1043
viewsHow to use token authentication with Webapi . Net
I’m looking at some sites about token-based authentication using the Oauth library but a question has arisen. I have a webapi that already exposes services to both an App and a Site. We already have…
-
1
votes0
answers64
viewsOauth Authentication doesn’t work in Azure Function
I created a webapi selfhost and used Oauth to generate an authentication token, it worked as a console application but when I try to create a function in Azure it only return server error(500) My…
-
1
votes2
answers60
viewsHow can I ensure that my API will only be used for 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 (users only company) and I have common users…
-
1
votes1
answer52
viewsAdd message in Oauth reply
I created a web api with token validation that works correctly, my problem is: I would like to put a message after the mandatory information, I leave attached an example image(I would like to add…
-
1
votes0
answers38
viewsProblem with Oauth2 and PHP to enter with Facebook
On my site I have the option to login with your Facebook account to store your creations and etc.. It always worked well after implementation, however, without any changes in data or files,…
-
1
votes0
answers28
viewsDomain Error UNAUTHORIZED_DOMAIN:Domain not whitelisted by project
I am developing an application in which I wish to authenticate (login), via e-mail without password. I didn’t get much current documentation on this, so I took the firebase example itself on github.…
-
0
votes1
answer119
viewsHow to authenticate on a server site?
There is a login area on this website "https://id.nintendo.net/login" and would like to know if it is possible to log in via . NET or via client using post or something like.…
-
0
votes1
answer782
viewsOauth vs Conventional login system authentication. Which to use?
Imagine the following scenario: You are setting up a project where anyone can register with basic data (name, photo, age) to use your product. And as it is on the internet there is no way to predict…
-
0
votes1
answer448
viewsProblems upgrading from access token
I’m authenticating the Google Calendar API using Scribe, which uses Oauth 2.0 instead. Authentication is completed successfully but I don’t know how to store the access token (accessToken) in the…
-
0
votes1
answer166
viewsHow does social application integration work?
Lately it has become increasingly common to integrate applications of various types into social networks, such as Facebook, Twitter and even Github. I wanted to understand how this integration…
-
0
votes0
answers114
viewsGoogle Oauth + Globe.com stopped working
No customer with email @globo.com is more able to access my services via Oauth. In the old days, they all signed in to "Login with Google", typed in the credentials of the globe.com, and logged in…
-
0
votes1
answer45
viewsProblems with google Oauth
I cannot enter a valid URI in the credentials of the google authentication api, I always get back the following error: redirect_uri_mismatch. I’ve tried every recommendation http: //localhost /,…
-
0
votes0
answers142
viewsLogin com instagram em app Android
I have a beginner’s doubt that this is causing me a certain inconvenience. How to log in with an Instagram account and pick up the list of followers and people I follow? I’ve seen several video…
-
0
votes1
answer1546
viewsLogin to Facebook - PHP
Colleagues, I am trying to enter the Facebook LOGIN option in my test application (Local Host), but is displaying the following error: My settings are as follows: and I’ve made several changes and…
-
0
votes1
answer225
viewsHow does the Front-end part work with Oauth 2.0?
I did all the necessary part of the back-end to use Oauth and the api already returns the access_token and refresh_token, my question is, what is necessary to do in front-end (if possible with…
-
0
votes1
answer67
viewsUsername change in token OAUTH2
I have a Rest API in spring with OAUTH2 my doubt is the following, it is possible to change the username that is written in the token of each session of OAUTH2. My problem basically is, that to…
-
0
votes1
answer263
viewsHow do I get information for Twitter accounts?
Yesterday I did this question here in the Sopt, I am now following what the Inkeliz Said: Cookies will only be obtained if you make the request using login/password. To do this just enter the…
-
0
votes2
answers216
viewsError configuring Passport in Laravel
I have an API in Laravel and in it, I need to authenticate the access requests. So, I used Passport Laravel, only according to the return of the API, there is some definition that I did not inform…
-
0
votes0
answers519
viewsI am consuming an API with basic Authentication oauth and returns: Incorrect request (400)
Talk, you guys! Next, I developed an api in spring boot and already tested with Postman and it works normally, its security is a very basic oauth authentication. Now I’m testing in an application in…
-
0
votes1
answer394
viewsHow to consume an authenticated service with Oauth2 on Nodejs?
I am trying to implement Oauth2 authentication in a REST Nodejs application with Express + Passport. My REST Nodejs application will be an API for a service to be consumed by a mobile application,…
-
0
votes1
answer46
viewsToken does not validate request
I’m following a spring course that’s possibly a little outdated. But I’ll get used to it. The thing is, right now, I have a problem that I can’t solve/understand. I make a token request, I receive…
-
-1
votes1
answer44
viewsI can’t get an app token, help!
Follow my application security classes; Oauth2authorizationserverconfigjwt class public class OAuth2AuthorizationServerConfigJwt extends AuthorizationServerConfigurerAdapter{ @Autowired…
-
-2
votes2
answers1503
viewsFacebook Login localhost
Ajax Facebook Connect with jQuery & PHP I can’t run Facebook on the local machine. I want to implement Login with Facebook on my site more I would like to test locally above this login I am…