Hello,
I want to configure SAML Sign-on in AWX using Keycloak.
But when I try to add the SOCIAL_AUTH_SAML_SP_PRIVATE_KEY I get an error Invalid certificate or key
The full error:
{
"SOCIAL_AUTH_SAML_SP_PRIVATE_KEY": [
"Invalid certificate or key: MIIEpQIBAAKCAQEAvw9FpFgsa5Trfgq540JsgEGPqWsnQCX1+XjguyNHHAof/IxzH2UyQ5vUUkjOpkQ1l0xRW1gdXDURH8osyXeC..."
]
}
I have copied the Private Key, Certificate directly from the Keycloak client, so they match.
Do you have an idea?
Thanks!