Questions tagged as 'oauth2'

1
answer

Why does not the VK audio api list anything?

Because VK's api audio does not show me the list of cansines. Show a list of songs with the audio api of VK, but only give me one with a link that says audio api unavailable. This is what it prints me: {"response": [1,{ "aid": 1, "owner_...
asked by 15.02.2017 / 10:46
0
answers

Authenticate Gmail delegated account with OAuth in python

I'm trying to get labels from a delegated Gmail account (a mailbox for the job). The problem is that I always get an error of the delegated account. To prove it I have created two accounts: [email protected] felipe.rodrigue...
asked by 26.12.2018 / 11:54
0
answers

Social-auth with django

Hello everyone, I have the following error and I think I have added everything that I need to make it work. in the view I have the following: <!DOCTYPE html> <html lang="en"> <head> <meta charset="U...
asked by 17.11.2018 / 19:46
0
answers

Profile view IdentityServer4 inside ThemeableBrowser plugin in ionic3 app

I am developing an application in Ionic3 that uses a ThemeableBrowser to show the login of IdentityServer4 , my question is that for the login I use the authorize endpoint (/ connect / authorize) , load the login well and at least it serve...
asked by 22.08.2018 / 21:06
0
answers

Custom Authentication in Web API 2 with OWIN

The theme is as follows. I am working on the authentication system for an API in Web API 2, according to a certain need of the project my OAuthProvider is as follows: public override async Task GrantResourceOwnerCredentials(OAuthGrantR...
asked by 26.07.2018 / 02:08
0
answers

Login Oauth2 androidStudio

I have an application where I want to login with an email (no google account) and a password, which I have stored in a database. Use OAuth2 . If I launch all services and access from the web there are no problems, but once I try to do it from t...
asked by 17.07.2018 / 21:12
0
answers

How to add custom properties to the JWT Sprint Java payload

Using Spring OAuth2. I implemented an authorization and a resource server together with a certain web security configuration. Now I want to edit the part of the claims (properties of the token) and add custom properties, for example, email and r...
asked by 14.06.2018 / 16:55
0
answers

Secure SparkJava rest api with OAuth2

Hello everyone I have created a restful api using spark java micro framework but I would like to implement some security using aouth2. For example if a user (another developer) wants to consume my api I want them to register his app and later I'...
asked by 15.06.2018 / 04:52
0
answers

Error in AuthenticationManager spring security JWT

I have a problem several days ago, I am trying to implement Spring Security, but it gives me an authentication error, I made a debug and I find that the exception is in the AuthenticationManager in the class that I detail below tog...
asked by 12.06.2018 / 14:29
0
answers

How to show user data Laravel Passport

This is what it shows me when I send the user's data so that it generates a token with laravel postman, but I would like to know how to show the data of the user who has just logged in since I am interested in knowing the role of this user , I k...
asked by 23.05.2018 / 16:37