Questions tagged as 'oauth2'

0
answers

Erlang oauth2_example does not work / auth

I have a project in github read_file , but when I try to use the oauth2_example to try to authenticate a user in oauth2 as exemplified in the ouath2 site generates the following error: =ERROR REPORT==== 1-Dec-2018::10:44:24 === Ranch listen...
asked by 01.12.2018 / 13:58
0
answers

Grant Implicit with Angular 6

In my company, we work with OAuth. We have an application where there is a method that returns a token. I'm developing an Angular application that needs to get a token. But I need to make a request with the grant_type of type Implicit. I d...
asked by 31.10.2018 / 21:00
0
answers

Error refresh_token spring oauth2

Hello, I'm experiencing the following error when requesting the refresh_token. The application does not go up. Error Field userDetailsService in com.school.config.AuthorizationServerConfig required a bean of type 'org.springframework.secu...
asked by 23.10.2018 / 22:29
1
answer

Creation structure with transparent Checkout + Pagseguro + Woocommerce [pending]

I created a structure with form taking the woocommerce object to get the data of the cart, I make the sale to the pagseguro through a transparent and accurate checkout now send the return of the transaction to the woocommerce. Would you like to...
asked by 04.10.2018 / 13:47
0
answers

Spring Boot 2.0 with Oauth2

Good evening, I'm trying to implement Oauth 2 with spring 2.0 but an error occurs that I can not resolve. The error is as follows org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceServerConfig': In...
asked by 20.09.2018 / 03:29
0
answers

.NET Core - Generate Authentication Token for multiple APIS

I'm developing an application in .NET Core 2.1. The application will have multitenancy features. I'm building the project structure and will be: AuthServer API1 API2 API3 I want to generate a JWT token in the AuthServer and...
asked by 08.08.2018 / 01:50
0
answers

How do I know about the OAuth data-authuser and date-profileindex?

I have the following situation ... I have a page with links to google services. Ex.: https://drive.google.com/drive https://docs.google.com/document However, the user can be authenticated with several Google profiles, for example the pe...
asked by 07.08.2018 / 01:46
0
answers

Jhipster + OAuth + Okta: problem with roles

I signed up for okta and created the roles and groups, but when I log in, I see that the top menu does not have administrator options. When I see in the database, it is registered in the table of user_authorities, my user as ROLE_USER. Wou...
asked by 05.08.2018 / 04:23
0
answers

Catch the user login github authenticated firebase

I made an app that authenticates in GitHub with the firebase, it takes the data and logs but when I go in FirebaseAuth.getInstance (). getCurrentUser () FirebaseUser does not have a method that returns a login. I need to get some information fro...
asked by 09.07.2018 / 20:16
0
answers

Concurrent access block

I need to control the simultaneous access of the same user to the system. It turns out that the application is multiplatform (web, app). I think it's something like Netflix's control.     
asked by 26.06.2018 / 19:33