-
```
var twitterConsumerKey = '';
var twitterConsumerSecret = '';
var OAuth2 = require('oauth').OAuth2;
var oauth2 = new OAuth2(
twitterConsumerKey,
twitterConsumerSecret,
'https://api.twitter.c…
-
In [your migration guide](https://github.com/authts/oidc-client-ts/blob/4615182dbc12abf2032f534b9595d4d43be1c18c/docs/migration.md) you write that
> restricted response_type to code flow only. As …
-
Following the guide at https://dexidp.io/docs/connectors/local/, I am running into some issues:
If you copy the example from the `Obtaining a token` section and set it up with sqllite as storage...…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Getting this error when opening
ClientException with SocketException: Connection reset b…
-
- REST Client Version: v0.24.5
- VSCode Version: 1.60.0 (Universal)
- OS Version: 11.4 (20F71)
Steps to Reproduce:
1. Sending the request to the server.
**request.http:**
```
@clientId = …
arnoe updated
2 years ago
-
**Describe the issue:**
Some fields are missing in the response body of DCR Rest API [1] `GET https://localhost:9443/api/identity/oauth2/dcr/v1.1/register/:client_id`.
For example,
The followi…
-
Hi all! I need to implement, using http_client, oauth2 authentication with refresh_token flow (instead client_credential).
Specific use case are reported inside Google AdWords docs:
https://develo…
-
Hi,
I'm trying to use OAuth2 with "client_credentials" grant and have found one bug:
Here is my configuration:
**Thing description**
```
"id": "urn:1234",
"securityDefinitions": {
"oa…
-
When trying to refresh a token using the smart-on-fhir/client-js library, I get the following error:
```
[Wed Jan 24 14:59:10.591523 2024] [php:notice] [pid 4899] [client 192.168.65.1:22431] [2024…
-
**Description:**
Add a info section to [REST service - Payload constraint validation](https://ballerina.io/learn/by-example/http-service-payload-constraint-validation/) BBE to link https://ballerin…