-
When implementing with AAD, my tenant has multiple keys that can be used at random to validate JWTs (depending on the `kid` in the JWT header). Is there a way to setup this module to validate against …
-
This is related to #465
However even when using `headers: true` orval doesn't pick up this part of the swagger.json:
```
...
"securitySchemes": {
"Bearer": {
"type": "apiKey",…
-
I am currently struggling with authentication hook. I have some HTTP-only cookies containing my access token. As Hasura doesn't support token from cookies, but only `Authorization` header, I planned t…
-
**Do you want to request a *feature* or report a *bug*?**
**What is the current behavior?**
/var/log/onlyoffice/documentserver/converter/out.log
[2019-08-12T21:48:03.765] [ERROR] nodeJS - error d…
-
In the implementation of jwt verification - https://github.com/awslabs/aws-support-tools/blob/master/Cognito/decode-verify-jwt/decode-verify-jwt.py. On line number 21 - 27 and 32 - 42, the code checks…
-
Currently all `X-Hasura-*` HTTP headers are filtered and not available to to be used in column presets or permission checks. This means that switching between organizations [in the example use case in…
-
According to these docs, if you want to call the API as an connect app you need to pass JWT in the query string or header param:
https://developer.atlassian.com/cloud/bitbucket/authentication-for-a…
-
### Description
Here is my serverless-pre-function code:
```
{
"_meta": {
"disable": false
},
"functions": [
"return…
xxoxx updated
11 months ago
-
*Description*:
Hey all, first just some quick background before getting into the issue we're experiencing. We wrote a small service that is called by the `ext_authz` filter to perform an OIDC Authori…
-
Hi,
I have read in a lot of issues that `jose-jwt` strives to a level of support similar to that of the Java package `nimbus-jose-jwt`.
We are porting from Java to C# and I realized that the J…