Bad Request to Authenticate with Keycloack on Ubuntu 24

Hi, could you help me to solve this problem?
I’am setup OpenOndemand in Ubuntu LTS server 24.04 with Keycloack (docker) authentication running on another instance and this problem come up

Also this is my keycloack client configuration

On the /etc/ood/config/ood_portal.yml

servername: ‘ondemand-dev.mytestdev.my.id’

auth:

- ‘AuthType openid-connect’

- ‘Require valid-user’logout_redirect: ‘/oidc?logout=https%3A%2F%2Fondemand-dev.mytestdev.my.id’

oidc_uri: ‘/oidc’

ssl:

- ‘SSLCertificateFile “/etc/pki/tls/certs/ondemand-dev.mytestdev.my.id.pem”’

- ‘SSLCertificateKeyFile “/etc/pki/tls/private/ondemand-dev.mytestdev.my.id.key”’

- ‘LimitRequestFieldSize 32766’

- ‘LimitRequestLine 32766’

and for /etc/apache2/conf-available/auth_openidc.conf

OIDCProviderMetadataURL https://ondemand-idpdev.mytestdev.my.id/realms/ondemand/.well-known/openid-configuration
OIDCClientID “ondemand-dev.mytestdev.my.id”
OIDCClientSecret “ApjCXyalrsN2ERYsUI5f54bOK5W0mTIQ”
OIDCRedirectURI Submitting...
OIDCCryptoPassphrase “1bc4e2524550cad07aed32d2ec864cb4d1ee10f91da7fb24c4489d387f7c4baf8b55684e98de1687”

OIDCSessionInactivityTimeout 28800
OIDCSessionMaxDuration 28800

OIDCRemoteUserClaim ondemand-dev

OIDCPassClaimsAs environment

OIDCStripCookies mod_auth_openidc_session mod_auth_openidc_session_chunks mod_auth_openidc_session_0 mod_auth_openidc_session_1

I can’t find the error regarding this bad request…
Looking for help

Logs files will be in /var/log/apache2 on Ubuntu systems I believe. You’re looking for an _error log.