Attempting to configure SAML for our zabbix web that sits behind a network loadbalancer.
When attempting to access https://<zabbix_url>/api_scim.php?acs
I'm seeing the following message: {"schemas":["urn:ietf
arams:scim:api:messages:2.0:Error"],"detail":"The requested endpoint is not supported.","status":501}
Here is the configuration for our SAML settings.

I've already set up our SSO_SETTINGS to include these variables: "{'strict':false, 'baseurl':'https://<zabbix_url>/', 'use_proxy_headers':true}"
Our /etc/apache2/httpd.conf has SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1line
The idp.crt is in both /etc/zabbix/web/certs/ and /usr/share/zabbix/conf/certs/.
When attempting to establish connection with okta through a test with an API token with super admin permissions we're getting this error.

Can anyone help me identify as to what may be causing this 501 error?
When attempting to access https://<zabbix_url>/api_scim.php?acs
I'm seeing the following message: {"schemas":["urn:ietf
arams:scim:api:messages:2.0:Error"],"detail":"The requested endpoint is not supported.","status":501}Here is the configuration for our SAML settings.
I've already set up our SSO_SETTINGS to include these variables: "{'strict':false, 'baseurl':'https://<zabbix_url>/', 'use_proxy_headers':true}"
Our /etc/apache2/httpd.conf has SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1line
The idp.crt is in both /etc/zabbix/web/certs/ and /usr/share/zabbix/conf/certs/.
When attempting to establish connection with okta through a test with an API token with super admin permissions we're getting this error.
Can anyone help me identify as to what may be causing this 501 error?
Comment