morphine9

Results 2 comments of morphine9

@slkasisto if you added OAuth, then user info needs to come from your authentication/authorization provider. The access token you get back from `request.getUser().getAccessToken()` is the access token to your oauth...

@mattinger where have you initialized the `AuthorizationService` ? I had a similar problem before where I was initializing it just before calling `performTokenRequest()` after `AuthorizationServiceConfiguration` and it didn't work for...