-
**Client error: `POST https://appleid.apple.com/auth/token` resulted in a `400 Bad Request` response: {"error":"invalid_client","email_verified":false}**
JWT token
```
-
For instance, FB openid conf:
https://www.facebook.com/.well-known/oauth/openid/jwks/
Format:
```
{
"kid": "dcd214c095176e06454dfe832254b0cde52b6052",
"kty": "RSA",
…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
see the electric `deployment.yaml`
currently it's `AUTH_MODE`: insecure
-
Hi there,
Thanks for sharing this. we are probably a good number of people re-implementing this with FastAPi and Zitadel all over.
But this is probably a good starter for somebody looking at this.…
-
### Describe the bug
Testing this scenario: https://www.rabbitmq.com/docs/oauth2-examples-proxy produces that rabbitmq container doesn't boot up:
`2024-10-10 15:03:13.181787+00:00 [error] auth_oa…
-
I tried using the auth keys published on Apple's website:
```
$signedTransactionJWT = $response['signedTransactions'][0];
$appleKeysText = file_get_contents('https://appleid.apple.com/auth/key…
-
Hey,
when I use the files backend, everything works as expected.
```
time="2023-05-16T08:39:07Z" level=debug msg="user admin acl authenticated with backend Files"
time="2023-05-16T08:39:07Z" lev…
-
I found that requests made by this library would fail sometimes with a 401 error, and discovered that this happens because the authentication JWTs it generates are set to expire immediately: https://g…
-
This is an umbrella issue to track support for external authentication via identity-aware proxies ("header-based auth") such as Google Cloud IAP, Microsoft Entra Application Proxy, and AWS Verified Ac…