-
### Describe the bug
While authenticating user, the token response has empty scope. I would like to get the JWT access token, and as per the [docs](https://docs.logto.io/docs/references/resources/#de…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
```
final LinkedInOAuthService oauthService =
LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKey
Value, consumerSecretValue);
LinkedInRequestToken requestToken =
oauthS…
-
### Scenario
A client authenticates with Mosca server (2.2.0) and then tries to publish a message on a topic on which it does not have access. The publish does not succeed and the client connection i…
gotev updated
7 years ago
-
Each services should be secured, demanding some form of authorization in order to interact with it. In order to obtain that authorization at runtime, in a secure way, services will use hashicorp Vault…
-
### Behaviour
The android app tries to do a OIDC client registration with a custom OIDC provider.
This works successful but the registered client has some "optimistic" assumptions.
### Expected …
-
from @jgoux
> Hello,
> I want to implement the User credentials grant with your library (which is excellent :D)
> I have an issue with the constraints set on the oauth_clients table.
> In the doc, yo…
-
I ran into this issue trying to create a small sandbox using OAuth2 at work. I'm using the bones of the Getting Started code:
```
$storage = new OAuth2\Storage\Pdo(array('dsn' => $dsn, 'username' …
-
**Is your feature request related to a problem? Please describe.**
With the subrequests permission available to anonymous users in Acquia CMS, the starter kit doesn't require OAuth authentication to …