Questions tagged as 'oauth2'

1
answer

How to safely pass the token after authentication for angular application

I'm developing an angular addin for outlook - Office365 for a management application "Jasmin Software". The application is divided into two parts, A 1 is a javasscript application to handle authentication on the Aouth2 server, the second is the...
asked by 14.03.2018 / 18:06
1
answer

OWIN and OAuth What are they and how to use them?

I'm looking at WebApi tutorials with authentication / authorization and I came across these two concepts, although explained in the tutorials the definitions are not clear. Even if you search the web, the explanations in English are confusing...
asked by 25.07.2015 / 04:45
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

OAuth 2 Authentication Server in ASP.NET Web API

The company that works to develop internal applications, but due to policy issues, we will have a subdomain to handle authentication such as: login.domain.com where you will have an app responsible for administering customer data in a separate b...
asked by 11.02.2016 / 01:45
2
answers

Open ID Connect and OAuth 2

Last year searching a bit about authentication in API's REST I heard about OAuth and saw many recommendations regarding it. I read a bit about it, I liked it and I started to use it with ASP.NET Web API 2 . Now I've only r...
asked by 06.06.2015 / 22:12
2
answers

How to authenticate a user in an android app that uses Facebook login

I'm creating an Android application where the user will have to register to access the content of the application (a login). To do this, I use the famous Facebook Login by default. When the user logs in via the Facebook button, I trigger my REST...
asked by 25.06.2015 / 21:38
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
1
answer

Cookies or Session by JavaScript

I'm working on a project, and the backend (java) is completely separate from the front-end , and they communicate with REST . > My question is, let's start working in the authentication area, and was wondering if you can control authenticatio...
asked by 02.07.2014 / 19:48
1
answer

Validation of number of sessions with spring boot and spring security

I need to validate the number of sessions that may exist, so that the user can not log in to two places at the same time with the same credentials. Reading the Spring Security documentation and posts, I got the implementation below, but it does...
asked by 16.01.2018 / 21:12
0
answers

How to authenticate a javascript application (browser) in a PHP API?

Folks, I'm trying to develop a PHP API (Laravel) to consume it both in my SITE (angular) and in the mobile applications that I'm going to develop. However, I'm having trouble implementing a secure authentication that allows me to update user se...
asked by 26.08.2016 / 01:40