-
**Describe the issue:**
In IS5.2, the format of the roles field in the oauth2/userinfo response was a string as follows:
`{
"sub": "admin@test.com",
"roles": "role1,role2,role3"
}`
T…
-
**Is your feature request related to a problem? Please describe.**
The OPAL Client Configuration Variables currently only support sending static values to OPAL through the OPAL_CLIENT_TOKEN. However,…
-
GeoNode returns a `405 Method Not Allowed` when an oauth request is done while in ReadOnly mode.
The response contains strings like:
`Your instance is currently in Read-Only mode.Performing any chan…
-
## Description
## Environment
1. OS (where OpenBAS server runs): 24.10
2. OpenBAS version: 1.8.2
3. OpenBAS client: NA
4. Other environment details: NA
## application.properties (file)
```
# Gl…
-
### Summary
Instead of having to specify all endpoints explicitly, some oauth providers have server metadata or OpenID Connect Discovery endpoints.
### Basic Example
```
const authConfig = {
…
-
## Describe the bug
Unable to get age restricted videos when using oAuth2 and poToken
## Error Details (Log)
Using the following code with environment variables in place for sensitive data.
…
-
I'm trying to integrate with the Okta using oauth2-client. When i try to log in, I get error:
invalid_request#0 /var/www/html/app/vendor/league/oauth2-client/src/Provider/AbstractProvider.php(628)
…
-
I've setup Google OAuth with Lucia and storing the refresh token in the database.
I've tried to create a gmail client like so, using the stored refresh token:
```ts
export async function createGm…
-
So, Microsoft finally approved us as Verified Publisher and vetted Partner. After 2-3 months, almost 100 emails, and weeks of work, simply trying to register. Eventually, Microsoft was simply unable t…
-
Since version 9 the client credentials grant fills the subject of the jwt token with the client identifier
On line 56 of League\OAuth2\Server\Grant\ClientCredentialsGrant the userIdentifier is set …