Questions tagged as 'oauth'

1
answer

Web API and Owin OAuth - redirect to another domain (redirect_uri)

Good afternoon, I'm having a problem implementing external login in a project I'm working on.    ASP.NET Web API + Owin + OAuth. Environment: I work with two Server1 and Server2 servers. Server1: Server published on the WEB. It hos...
asked by 09.05.2016 / 22:01
1
answer

How can a WEB application that uses OAuth for authentication manage the user session?

Usually sessions are used to maintain data of a certain user after he has logged into the WEB application, and it is the WEB application that is responsible for the control and management of this data stored in the session. It can use this to id...
asked by 12.06.2017 / 20:22
0
answers

How 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 configuring token generation. The middleware was easy to use, worked well, and gave acc...
asked by 05.06.2015 / 14:35
1
answer

How to handle security in a REST application with Spring?

I'd like to know how I could handle the security of a stateless REST application with Spring. Imagine that no user can access any content of /app/content if you have not first identified. Is there any way to do this without also having...
asked by 08.10.2014 / 19:23
1
answer

Authentications via OAuth for REST APIs

In almost all social networking APIs it is necessary to authenticate your app with OAuth, in order to use the features of it. How is this process? In my case, I'm trying to get a list of the followers of a particular blog via the Tumblr AP...
asked by 22.04.2014 / 20:17
1
answer

Login error facebook

When I try to login to facebook through my application, it gives the error:    URL blocked: Redirect failed because URl used is not   in the release list in the client's OAuth settings   app. Verify that the client and Web OAuth login...
asked by 29.03.2017 / 04:24
2
answers

How 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 of logging, that is, if the user opts for facebook, have the same accesses and the same information...
asked by 04.02.2014 / 15:21
0
answers

Web API C # - Validate token generated by another server

I have a basic OAth api, it only generates the token, it is in localhost: 1010 / Token I have an api with the business rule methods, it's at localhost: 2020 / api How do I validate if a token is valid within the api: 2020? Thank you.  ...
asked by 15.06.2016 / 00:52
0
answers

Client management with OAuth

Good evening, everyone. I'm starting to study OAauth, and doing some testing using twitter and google. However, I had the following doubts for the given scenario, for example: After developing a Rest API, where I have an average of 500 client...
asked by 05.04.2016 / 00:59
0
answers

Facebook login with Ionic

I'm trying to develop an application with Ionic that integrates with facebook, however I have some problems. I have seen other similar discussions but no response or solution. The problem is this: I set up my application on link and I followed...
asked by 23.05.2017 / 00:23