Hello,
I am trying to setup a SAML integration between ECE and PingFedaration.
I have setup the new SAML provider and I get the following error:
Authentication cluster failed to process the request Message: Authentication cluster failed the request. Status: [500]; Data: [{\"error\":{\"root_cause\":[{\"type\":\"security_exception\",\"reason\":\"Cannot find any matching realm for [SamlPrepareAuthenticationRequest{realmName=null, assertionConsumerServiceURL=**http**://xxxxxx.com:12443/api/v1/users/auth/saml/_callback}]\"}],\"type\":\"security_exception\",\"reason\":\"Cannot find any matching realm for [SamlPrepareAuthenticationRequest{realmName=null, assertionConsumerServiceURL=**http**://xxxxxx.com:12443/api/v1/users/auth/saml/_callback}]\"},\"status\":500}]
The odd thing is that the URL is showing as HTTP whereas I set the HTTPS one. I'm guessing that's the issue?
Below my settings:
Assertion consumer service URL: https://xxxxxx.com:12443/api/security/v1/saml (URL of admin console)
Logout URL: https://xxxxxx.com:12443/api/v1/users/auth/_logout (URL of admin console)
Other settings are private and will not share, most likely not relevant.
Thank you.