DevelopingEntitiesWithFuntations
DevelopingEntitiesWithFuntations
Weird because here they mention RS256 for example: https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/tokens.md
@saghul Thank you for your prompt reply. I am running `stable-9364` and the `.env` looks like this (only the essential stuff so that I don't flood with unnecessary entries): ```...
@damencho ahh the documentation states or looks as if the two variables `JWT_APP_ID` and `JWT_APP_SECRET` were required, but blog posts and similar seem to state that the latter one is...
Yup, so that specific part of documentation is weirdly written, but the code is correct.
Please reopen, since when I try using RS512 with a static kid and a static pubkey and privkey I get the following error: ``` 2024-03-26 19:14:22 meet.jitsi:auth_token warn Error verifying...
I've used static kid and pubkey to minimize the amount of variables at play here if you're wondering.. in an OIDC flow it would be hard to comprehend where is...
> What it is the jwt header? ``` { "alg": "RS512", "typ": "JWT", "kid": "RS512.key.pub" } ```
> There is a parameter to co figure the key mode, did you set it? You mean `JWT_AUTH_TYPE` ?
> And you have on the public key server file with the public key: 1e498e0c1d6dd521618c0da2fd301aa9f9a5e44986b52a617c078cfb5c554c1b.pem? Yes, it doesn't get 404 anymore. I fixed it beforehand, initially I named it just...
It fetches the cert for sure, that's what I wanted to say. I don't get it why I get the error. It seems to originate from `luajwtjitsi.lib.lua`