Do we have anywhere steps to integrate Keycloak SAML client with ZOOM SSO ?
There is very little documentation available around configuring SSO.
Do we have anywhere steps to integrate Keycloak SAML client with ZOOM SSO ?
There is very little documentation available around configuring SSO.
Thanks I have gone through this but this was not helpful as every SAML provider comes with its own set of configuration.
Hi @jitensachdeva. I’m in the process of integrating keycloak and zoom at work.
Using the settings I leave below, we were able to successfully create a user and log it into Zoom. Of course there are still many tests and fine tuning to do; this is not the final setup.
yourcompany.zoom.us
(note there’s no leading ‘https://’)saml
ON
ON
OFF
ON
RSA_SHA256
KEY_ID
EXCLUSIVE
OFF
ON
https://yourcompany.zoom.us/*
https://yourcompany.zoom.us/saml/SSO
https://yourcompany.zoom.us/saml/SingleLogout
https://yourcompany.zoom.us/saml/SingleLogout
For testing purposes, we used the builtin mappers (X500 email
, X500 givenName
y X500 surname
)
yourkeycloakbaseURL/auth/realms/yourrealm/protocol/saml
yourkeycloakbaseURL/auth/realms/yourrealm/protocol/saml
yourkeycloakbaseURL/auth/realms/yourrealm/protocol/saml/descriptor
yourcompany.zoom.us
yourkeycloakbaseURL/auth/realms/yourrealm
HTTP-Redirect
SHA-256
Attributes mapping
Hope this serves you as a starting point,
Angel