Hi,
in official documentation, https://documentation.bonitasoft.com/bonita/2021.1/single-sign-on-with-saml#_configure_bonita_bundle_for_saml
we don't have any information about SAML configuration (keycloak) when Bonita runtime is behind a https load balancer, and how to configure the load balancer, in case specific configuration is required for SAML
Thanks,
Laurent
Hi Laurent,
To complete Unai's comment when you get a 403 error with a message like http://your.bonita.external.url.host/saml does not match SAML request destination https://your.bonita.internal.server.host/saml , you need to make sure that your load balancer / reverse proxy properly sets the following HTTP headers :
X-Forwarded-Proto: https
X-Forwarded-Host: your.bonita.external.url.host