We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure if it's a mosquitto-jwt-auth related issue or an issue in the biscuit library, but it make it difficult to use with EC based key pair.
The text was updated successfully, but these errors were encountered:
An example of JWKS file here:
{ "keys": [ { "kid": "848cb986-9d09-4985-838e-b6cb5cc320e0", "kty": "EC", "use": "sig", "alg": "ES256", "crv": "P-256", "x": "V029NJ-9S_iE8CeDeeegki97ve8p-9R5rb4hYv0tfhg", "y": "w4WjIaNL37d0E9tf5W26apDwkftkelz6jrWHhplHmfc" } ] }
Sorry, something went wrong.
This is indeed biscuit related. https://github.com/lawliet89/biscuit/blob/53e94cd41c50cda39fd7df0a0ba68f2d3b702130/src/jws/compact.rs#L201
Thank's for the response, I'll open a issue there. I'll let you decide if we should close this issue, or wait that it is supported in biscuit.
(see also #14).
@kgeorgy -- can you link the issue you opened in the biscuit project?
No branches or pull requests
I'm not sure if it's a mosquitto-jwt-auth related issue or an issue in the biscuit library, but it make it difficult to use with EC based key pair.
The text was updated successfully, but these errors were encountered: