-
During debugging we noticed the JWT is returned as the first argument (`err`) on OSX.
OpenSSL 0.9.8zh 14 Jan 2016
OSX El Capitan 10.11.5
Here's a part of our code:
```
return new Promise((resolve…
ghost updated
8 years ago
-
The spec states:
- The JWS MUST NOT have the value “none” in its “alg” field
Whereas boulder checks for RS256 specifically ... This should be clarified somewhere
-
Working through the import/export functions. THe document uses ES521 as a JWK algorithm. The correct algorithm per the JWA document is ES512.
-
make check is failing on Travis, see https://travis-ci.org/tiran/pyjose/builds/164060691 . OpenSSLs test suite is passing.
- gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- OpenSSL 1.0.2j
- jansso…
tiran updated
8 years ago
-
The following 2 tests are disabled because they are failing in Ubuntu (ce-dev2.gluu.org):
https://github.com/GluuFederation/oxEleven/blob/master/Client/src/test/java/org/gluu/oxeleven/PKCS11RestServi…
-
Hi, I'm getting an error when trying to set permissions following your blog post. Can you advise?
I have this config
```
config :guardian, Guardian,
allowed_algos: ["ES512"],
# secret_key: fn ->…
-
I just upgraded buddy-sign to 0.10.0 and noticed it broke my project’s uberjars. It turns out your release process accidentally included your `user.clj` in the 0.10.0 JAR:
``` clojure
(ns user
(:re…
-
I got this error while trying to sign resource with dsa and rsa keys:
```
backend.utils.jwt=> CompilerException java.lang.IllegalArgumentException: No implementation of method: :->byte-array of prot…
ghost updated
8 years ago
-
I have a simple SPA based very loosely on the https://github.com/GeertHuls/SecuredApi app, although I have simplified the js a little for testing purposes. I am able to authenticate to my OpenID Conn…
-
It http://jwt.io/, it states:
- ES256
- ES384
- ES512
are unsupported by `System.IdentityModel.Tokens.Jwt`. But in the code, you have these algorithms supported.
Also what about these checks:
- sub …
ghost updated
8 years ago