As with any other YAML file, please pay special attention to the proper indentation in your config.yml file. Please make sure all your values are indented as shown in the example configuration here:
Also, since you’re using SSL/TLS when connecting to the IdP to obtain the “.well-known” config, you’d need to configure the CA certificate in pemtrustedcas_filepath: or pemtrustedcas_content:
(this would be the CA that signed your IdP certificate)
You could use an insecure connection by disabling hostname verification (NOT recommended for a Production cluster) - or you can provide the CA cert (the one that signed the IdP certificate).
However, I’d first confirm your config.yml file is correctly formatted (proper indentation). You can upload your configuration as usual, by executing securityadmin.sh
So that you can compare what was actually stored in the security index (what you’ll obtain in your backup) against what you initially uploaded. If there are any differences, please share the config you get in your backup.