-
When I call a POST method, should not it also send the same HEADERS in OPTIONS?
`Vue.http.headers.common['Authorization'] = 'Basic YXBpOnBhc3N3b3Jk'`
I need to send the HEADER authorization alon…
-
When configuring OAuth 2.0, it would be helpful to configure once per collection instead of requiring configuration on individual requests:
Auth configuration at the request level:
![image](https:…
-
My app has been using the esi and i have not changed any of the code however I now get this error whenever I try and use either the authorization_code or refresh_token grant types.
[error] => inval…
-
I have my Redirect URI correctly set up in the console.
Issue found on December 11th 2018.
#### Endpoint(s):
* https://accounts.spotify.com/api/token
#### Scope(s):
* None (application is n…
-
Hi, I've tried this but got the error. Can anyone tell me what am I missing here?
**NOTE** : I only changed this portion of the code.
```go
// in file authorizationserver/oauth2.go
var oauth2 …
-
# Bug Report
Error requesting a token on Android devices (Apple works fine)
Admittedly this could be an FCM issue but some sources online say that going to firebase 20.0.1 solves this problem.
…
-
http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-4.2.2
If scope is different from the app's requested scope, it's a required parameter (otherwise optional). Since the decision middleware do…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
There is the [generateAccessToken](https://github.com/docusign/docusign-esign-node-client/blob/master/src/ApiClient.js#L741) method of the [ApiClient](https://github.com/docusign/docusign-esign-node-c…