You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8x8 has a new free-tier Jitsi back-end hosting service which I'm trying to integrate into NextCloud using your plugin. I've read through the documentation several times, uploaded my own RSA key as API key, and the rest, yet I can't figure out what the the permanent JWT secret is. They make the AppID obvious enough, just not this second variable. The JaaS web-panel lets me generate temporary JWTs, but I assume that it's the job of your plugin to do this.
Could you please make it obvious to me, and others, in the documentation what needs to be done to integrate into the JaaS.8x8.vc service? Thanks.
The text was updated successfully, but these errors were encountered:
This is an important issue, as 8x8 has an excellent service and many companies use it.
The configuration of data requested by 8x8 in the application should be allowed.
To generate a token, you can use your own application that receives the data and generates the token, but in any case you will have to develop this in this Jitsi application for NextCloud.
According to their documentation https://developer.8x8.com/jaas/docs/api-keys-jwt the JWT header contains the kid (which you get on the jaas console) and the body contains the details about the conference, the user and the user's role and features. So what needs to be done in the settings dialog is allow splitting into the header part and offer to auto generate the body with the user UID and name.
8x8 has a new free-tier Jitsi back-end hosting service which I'm trying to integrate into NextCloud using your plugin. I've read through the documentation several times, uploaded my own RSA key as API key, and the rest, yet I can't figure out what the the permanent JWT secret is. They make the AppID obvious enough, just not this second variable. The JaaS web-panel lets me generate temporary JWTs, but I assume that it's the job of your plugin to do this.
Could you please make it obvious to me, and others, in the documentation what needs to be done to integrate into the JaaS.8x8.vc service? Thanks.
The text was updated successfully, but these errors were encountered: