-
Support itsyouonline authentication on our openresty
-
As LCM is not managed by CIMI yet, we cannot use the LCM use case to test the [inter-agent credential flow](https://github.com/orgs/mF2C/projects/1#card-19698642) SixQ wants to make sure that their …
syc17 updated
5 years ago
-
It would be helpful for the documentation to show a few more examples on how to configure and use different signers. It is important for the examples to be complete: they should show the options set …
-
I am trying to implement a standalone resource server that validates JWTs. My authorization server is provided by GLUU. The jwks endpoint for my GLUU server returns the following:
```
{
"keys": […
-
I've recently realized that the test `jwt_ec` fails when gnutls backend is enabled (`configure --without-openssl`).
The test output is the following:
```
Running suite(s): LibJWT EC Sign/Verify
…
-
Issue #563 suggested to remove asn1 support from the included jsrsasign library. This is a bad idea since it breaks validation of EC signatures (ES256, ES384, ES512).
Please add back asn1 support s…
-
JWT signature verification for `id_token` fails in `OidcAuthorizationCodeAuthenticationProvider` for OIDC providers like Ping Federate that have alternate signature verification rules.
From [Ping …
-
Any chance you could show some love for Elliptic-curve key type support? Our ping access is only configured to support that right now (sadly not RS/HS).
```
-- does lua-resty-jwt and/or we know ho…
-
In the [Trusting EHRs](https://cds-hooks.org/specification/1.0/#trusting-ehrs) section of the spec, we define a JWT that the EHR presents to the CDS Service. This JWT is used as a bearer token or auth…
-