You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently discovered this projects and successfully got v4 running. After that I discovered v5/Chandler and I got it running too, with a few hiccups (Mainly empty databases, but could fix that by setting QUEUE_CONNECTION to sync for the first start and afterwards back to redis, thanks to some posts in here).
However, I have some friends that would like to use this application too. I'm running a Keycloak instance as Identity Provider. While I see nothing in the documentation, I discovered services.php and auth.php have SAML options.
I don't have much experience in SAML, but I created a new SAML client in Keycloak and pass the following variables to my docker-compose.yml:
That seems to work, the SAML button appears on the login page. However when clicking it I receive an Internal server error, and in the Logs I get the following stack trace:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I recently discovered this projects and successfully got v4 running. After that I discovered v5/Chandler and I got it running too, with a few hiccups (Mainly empty databases, but could fix that by setting
QUEUE_CONNECTION
tosync
for the first start and afterwards back toredis
, thanks to some posts in here).However, I have some friends that would like to use this application too. I'm running a Keycloak instance as Identity Provider. While I see nothing in the documentation, I discovered
services.php
andauth.php
have SAML options.I don't have much experience in SAML, but I created a new SAML client in Keycloak and pass the following variables to my
docker-compose.yml
:That seems to work, the SAML button appears on the login page. However when clicking it I receive an Internal server error, and in the Logs I get the following stack trace:
Has anyone got SAML/Keycloak integration up and running and could help me? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions