Allow Jitsi
to use Keycloak
as an identity and OIDC
provider. This is the
second generation of jitsi-keycloak-adapter
designed for better integration
with Jitsi's built-in features such as tokenAuthUrl
, muc_wait_for_host
, etc.
See jitsi-keycloak-adapter-v1 for the initial design which is still actively maintained.
- SSO for
Jitsi
throughKeycloak
. AllowsJitsi
to run as anOIDC
consumer. - Better integration with Jitsi's built-in features for authentication flow.
- Allows
guest
users andwait for host
screen if needed.
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