jitsi-openid
jitsi-openid copied to clipboard
Jitsi OpenID is an authentication adapter that allows Jitsi to authorize users with OpenID Connect.
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.202. Release notes Sourced from serde's releases. v1.0.202 Provide public access to RenameAllRules in serde_derive_internals (#2743) v1.0.201 Resolve unexpected_cfgs warning (#2737) v1.0.200 Fix formatting of...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request #363 from dtolnay/checkcfg...
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...
https://goauthentik.io/ @ 2024.2.2 ``` Missing Access Token Hash - if you can't configure your IDP to provide an access token hash (delivered using the id token), reach out to me...
Hi again. I've bumped into another problem... I've finally got my idp to send correct id tokens (it turned out it never did because of a certificate problem here) but...
Hi, I am currently trying to use jitsi-openid to authenticate users on my Jitsi local server through a WebSSO LemonLDAP::NG. The LemonLDAP::NG is behind a HAProxy. Everything is dockerized, I...
I had been using keycloak as as my openid provider but am trying to reduce the number of packages to keep up-to-date and because I also have nextcloud running for...
Hi. You haven't by any chance tested jitsi-openid with Jitsi 7577? After upgrading I just get "You are not allowed to be here!" when I try to enter any room....
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.205. Release notes Sourced from serde's releases. v1.0.205 Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @Mingun) Avoid...