-
-
I read through the [docs](https://developer.spotify.com/documentation/web-api/tutorials/client-credentials-flow) and looked at the [example](https://github.com/spotify/web-api-examples/blob/master/aut…
-
### Method Illuminate\Auth\RequestGuard::attempt does not exist
I am new to both laravel and lumen. I was creating a login api with oauth2.0, i have installed passport and generated token. Below is m…
-
**Describe your question/**
We are trying to use Authentik as our own identity provider inside a Microservice architecture to login users through OAuth2 Password Grant. Basically, we want to implemen…
-
I have the following code
I am using `python-keycloak=4.4.0`
```
keycloak_connection = KeycloakOpenIDConnection(
server_url="https://localhost:8443",
username="admin",…
-
Getting the following output when running the commands:
- `npm start`
- `npm run start-noflp`
**Output**
`{
"error": "invalid_request",
"error_description": "Missing grant type"
}`
**Tried**…
-
Hello,
I saw a lot of documents concerning the B2B part (it works fine), and no one about the **consumer** mailboxes.
I configured everything as expected (I think)
I can even can get the access/r…
-
**Description:**
Given an IDP providing JWT tokens with `"roles"` claims (rather than scopes), when configuring SCDF server with OAuth2 to use both Authorization Code and Client Credentials grant flo…
-
**Please describe feature/problem details and solution you'd like.**
Thunder client supports Oauth login. But it only support Grant Types Authorization Code (with PKCE), (response_type=code). And C…
-
I just ran in to this while testing an app with an auth code grant flow before release and thought it might be helpful for others to avoid the hard-to-debug issue I ran in to.
If your app has your …