Allow Jitsi
to use Keycloak
as an identity and OIDC
provider.
- SSO for
Jitsi
throughKeycloak
. AllowsJitsi
to run as anOIDC
consumer. - Allows to use config params in URL (such as
#config.prejoinConfig.enabled=true
) - Allows
guest
users andwait for host
screen if needed - Not based on
the external JWT
which will be deprecated in the near future. - Not based on
tokenAuthUrl
Check flows if you are interested in how it works.
See standalone setup guide to install it on a
standalone Jitsi
server.
See Docker setup guide to integrate it with a
Dockerized Jitsi
setup.
Create client
inside realm
.
- Set
client id
- Add
Jitsi
URL intoValid redirect URIs
- Add
Jitsi
URL intoWeb origins
- Set
Access type