-
## Description
The goal of this ticket is to allow the user to remedy a `ConsentRequired` error when attemtping to access a Globus Connect Server they haven't before. This would likely require the us…
-
# Setting of environment variables
## Problem
The several components of Zendro, i.e. the graphql-server, the single-page-application, the GraphiQL interface, etc. need to know the OAUTH2_SERVER …
-
**Query/Question**
I am able to log in and fetch the ID token, Access Token, and refresh token for an application built using the sample below. But, when the access token expires, the spring applicat…
-
Hi,
I am working on a project to authenticate a camunda user over Keycloak with an Identity Provider that uses OpenID Connect (Entra-ID).
I used the shown sso-example to recreate the scenario on…
Ba-lu updated
1 month ago
-
### What happened?
I don' have much to say about this then the below:
```
NAMESPACE NAME READY STATUS RESTARTS …
-
I used the steps from this page to get the access token. Now I have the access token and refresh token.
How can you refresh the access_token using the refresh token?
https://github.com/googleap…
-
I am receiving an error while calling the access_token endpoint. I am using this plugin with OctoberCMS 2.x.
`Target [League\\OAuth2\\Server\\Repositories\\ClientRepositoryInterface] is not instant…
-
### What happened?
When I was posting to the /oauth2/token endpoint I had an incorrect grant type, but saw this error:
```
{'error': 'unsupported_grant_type', 'error_description': 'The requested …
-
The package `lucadegasperi/oauth2-server-laravel` is abandoned and we should've using Laravel Passport.
-
Set express back to 3.x to get things working, updated the url like:
- callbackURL: "http://127.0.0.1:3000/auth/google/callback"
- callbackURL: "http://192.168.1.10:3000/auth/google/callback"
p…