-
### Describe the bug
need a way to add Authorization header with the Bearer token that is got by the oauth2 configuration.
### What do you see?
I keep seeing endpoint success=false. I have added t…
-
### Provider type
Yandex
### Environment
```
System:
OS: Windows 10 10.0.19045
CPU: (8) x64 AMD Ryzen 5 1400 Quad-Core Processor
Memory: 11.94 GB / 23.93 GB
Binaries:
Node…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
- I'm connecting to the Api to get some user account information before eventually sending the authorization code to my server.
- Once I have my authenticated user and retrieved their account info, I…
-
Hi,
I was going through the blog and this repo. Here I was easily able to register my app and able to login after making few changes.
On login, I got the code and state but on the next step I wasn…
-
How to add a custom grant type, such as email + verification code.
-
1) we are trying to trigger below request but we are getting invalid_client response (401 status)
2)POST /user/oauth2/token HTTP/1.1
Host: qa.dcf.planx-pla.net
Content-Type: application/x-www-form-ur…
-
Moved from https://github.com/osiam/auth-server/issues/75:
@mley:
Missing logging if redirect_uri from oauth request does not match the client's redirect_uri in the database.
If the redirect uris do…
-
Hi I was writing an app that I would like to use youtube API.
With the help of your open source, I have successfully get the code from something like this :http://localhost&code=...........
But her…