-
I've been trying to configure my Django REST Framework app to use django-auth-adfs for Microsoft Entra ID (former Azure AD B2C), but I have an error with signature verification.
```python
Django==…
-
Hi,
I'm trying to use OAuth2 with "client_credentials" grant and have found one bug:
Here is my configuration:
**Thing description**
```
"id": "urn:1234",
"securityDefinitions": {
"oa…
-
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' …
-
Can you please consider adding support for OAuth 2.0, at least the client_credentials grant?
Example:
```sh
xh --auth-type oauth2 --auth : --oauth-grant client_credentials --oauth-token-url htt…
-
- REST Client Version: v0.24.5
- VSCode Version: 1.60.0 (Universal)
- OS Version: 11.4 (20F71)
Steps to Reproduce:
1. Sending the request to the server.
**request.http:**
```
@clientId = …
arnoe updated
2 years ago
-
Some OAuth2 / Open ID Connect providers require that clients include a `scope` parameter when requesting an access token. It looks like all CDE servers can add a default one if none was included, but …
-
Is it possible to use this library/plugin to authenticate with client credentials as per https://oauth2.thephpleague.com/authorization-server/client-credentials-grant/?
-
### Preflight Checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions
- [X] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your proble…
-
### What version of UAA are you running?
* `76.26.0`
* `77.1.0`
### How are you deploying the UAA?
I am deploying the UAA
- as part of a commercial Cloud Foundry distribution
### What …
-
I am just following you cookbook step by step guidelines to configure oauth2 server from the following linke
http://bshaffer.github.io/oauth2-server-php-docs/cookbook/
I keep all things are same exac…