d3473r / jitsi-keycloak

Login to jitsi with keycloak https://github.com/d3473r/jitsi-keycloak/pkgs/container/jitsi-keycloak
https://github.com/d3473r/jitsi-keycloak
MIT License
54 stars 21 forks source link

Addition of nbf and exp as required token values #93

Open holyelk opened 1 month ago

holyelk commented 1 month ago

Updates to the library now require nbf and exp as token values. https://developer.8x8.com/jaas/docs/api-keys-jwt

d3473r commented 2 weeks ago

Hi, is this required for jitsi-meet? Take y look at this example: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#authentication-using-jwt-tokens

Your link points to a commercial product using jitsi internally.

holyelk commented 1 week ago

I'm using the jitsi-meet-docker in an internal environment as per your example. But following the example I was unable to get it to work without adding those additional token values. The browser was throwing an error. Perhaps its the way my internal keycloak is configured

edit: If no one else has issues without editing the token values then I guess it is the way my internal keycloak is configured and this can be closed

d3473r commented 1 week ago

Hmm okay, if you post your (redacted) error here, maybe i can help you with a wrong keycloak setting