MarcelCoding / jitsi-openid

Jitsi OpenID is an authentication adapter that allows Jitsi to authorize users with OpenID Connect.
GNU Affero General Public License v3.0
31 stars 4 forks source link

Can not use room names that contains different charachaters for example åäö #266

Open small1 opened 10 months ago

small1 commented 10 months ago

When you try to create a room containing dofferent char sets like åäö it failes with error 400

Try to create a room https:///Räksmörgås

Jitsi will go with it but the auth component will fail.

MarcelCoding commented 10 months ago

You did not got any additional context from jitsi openid? Logs or in the Browser?

If i take the name exactly as you, jitsi is complaining:

image

Maybe without the :?

I've checked all the components in jitsi-openid individual that are doing something with the room name, and nothing should be failing with valid utf8 characters.

small1 commented 10 months ago

Bahh. I did not proof read. It remove a part. Try without https://

small1 commented 5 months ago

So back to this again. I have tested to start a jitsi meeting with swedish characters (or other ones) and nginx says in the access log error 400. openid does not say anything in the logs.

[30/Apr/2024:12:39:15 +0200] "GET /room/r%C3%A4ksm%C3%B6rg%C3%A5s HTTP/1.1" 400 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"

MarcelCoding commented 5 months ago

Sorry for the late response. I am currently waiting for a friend who is currently setting up a jitsi. I'll use that instance for debugging.

small1 commented 2 months ago

@MarcelCoding if i give you access to environment with stuff would that help ? :) I have quite a few servers up