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’m not sure if this will help but in the AWX project we have a way to setup and configure a Keycloak container next to AWX for testing.
Perhaps our configuration will help you troubleshoot yours?