-
The documentation for many functions (such as `exchangeRefreshTokenForAccessToken`) clearly states that many arguments are optional properties, but the typescript definition file lists all arguments a…
-
Apple sign is how apple users can sign in and also use passkey.
https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api/authenticating_users_with_sign_in_with_apple…
-
I need to use an auth code grant in my application. I can generate a auth code ok and pass that back, but when the client attempts to obtain a token `invalid_grant!` is called in generators/token.rb:4…
-
**Describe the bug**
OAuth2 does not work with Google. Have tried both the authorization code flow and implicit grant flow, and both have the same error. The OAuth2 client credentials type in the Goo…
-
I'm using postman on a mac and I'm making a POST call to https://api.npr.org/authorization/v2/device?client_id=nprone_trial_VN0JjEzkJ2zv&client_secret=MjXwq4bPXiD1gPTGGxJIIsV7WnZwT9Hxe18DkZ7c&scope=li…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
I'm trying to implement OAuth2 on twitter (for App OAuth). In order to accomplish this I created a class TwitterApp in the OAuth2 folder, but now in the requestAccessToken method I need to change the …
-
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…
-
### Steps to reproduce
- Run komga with Docker
- Run Authelia with Docker
- Follow [this guide](https://www.authelia.com/integration/openid-connect/komga/) to setup OAuth2
- Sign in with Authelia
…
-
const express = require('express');
const bodyParser = require('body-parser');
const { google } = require('googleapis');
const ldap = require('ldapjs');
const app = express();
const port = 3001…