-
Hi, i'm trying to get photo from microsoft graph, and need microsoftgraph accessToken ..
Here is the code that I'm using:
```
$headers = $request->header('Authorization');
…
-
Steps how to reproduce the issue:
**Prerequisites:** Have an active login session in Ego with a user registered with a Passport broker:
1) EGO JWT token
2) EGO refresh token cookie stored in b…
-
This is related to the following issue (I'm happy to close this issue as a duplicate if you would prefer that):
https://github.com/open-policy-agent/opa/issues/2089
We have the following needs…
-
Extend Keycloak introspection endpoint with support for checking the validity and signatures of OAuth tokens for trusted OAuth2 authorisation servers.
Keycloak will only introspect JWT access token…
-
I have a question relating to JWT, could you pl. answer?
There is a mutation named, refreshToken() which is exposed as an endpoint. In the documentation, there is no mention about when to make a ca…
-
Hello,
I noticed that the Authorization header (containing the JWT token) is still present on the next calls just after the logout.
Here are the step to reproduce :
- Login with an existing us…
ghost updated
4 years ago
-
### Is your feature request related to a problem? Please describe.
Authorization code not getting generated for bearer auth in k6 test script
```yaml
openapi: 3.0.0
info:
title: Sample API
…
-
This is causing weird errors for my Rails project that uses devise-jwt.
When logging in, the request is made with an Authorization request header with the value 'Bearer undefined'.
-
Hi guys,
awesome project, this looks much nicer than the alternatives.
However I encountered a very strange error, while configuring Headscale + Headplane with Authelia OIDC:
I'm using the us…
-
```
$ deno run --allow-all --unstable index.ts
error: Uncaught (in promise) DataError: invalid key data
at Object.opSync (deno:core/01_core.js:149:12)
at importKeyHMAC (deno:ext/crypto/00_…