signingKey cannot be null

Hi guys,

I’m new to using Keycloak as an auth provider and I’m currently trying to get it to work with SAML 2.0 on an application I’m creating using Spring framework. I got the keycloak-saml.xml file configured correctly and all, but I cannot seem to get past this error:

Does anyone know what this means? To me it looks like it can’t find the keystore that I set for it, however, this is not the case as I confirmed that the .jks file is located in the directory it’s looking for it in and the correct certs are in it. Any advice would be greatly appreciated.