Thank you very much for the quick answer and support.
According to your guidance now I have the metadata present in the Shibboleth IDP container. In the oxTrust web UI just the jackarabbit admin password had to be reset to `admin`. Is there any way during install to adjust this without need to do this explicitely on UI?
Ok, so the metadata is present in the `oxshibboleth` but the existing files in the `conf` directory are still the old ones. Because the `metadata-providers.xml` is still the old one, the new metadata is not taken in consideration.
I played a bit with it and figured out that at the end of the day
`rclone copy jackrabbit:opt/shibboleth-idp opt/shibboleth-idp --create-empty-src-dirs --ignore-size`
command is run in `oxshibboleth` container. That command creates the new files that are not present at destination but existing files are ignored, not sure why.
I checked the file details in `jackrabbit` using the command:
`rclone lsl jackrabbit:opt/shibboleth-idp`
Basically that should display the modified date of the files, but for `metadata-providers.xml` it displays the creation date, maybe that's the reason it does not get updated?
By using the copy command without the `--ignore-size` flag for a `metadata-providers.xml` file the copy command updated the `metadata-providers.xml` if the file size is different.
Probably the situation is the same with other files from the `conf` directory: `attributes-filter.xml`, `attribute-resolver.xml` etc.
Can we achieve somehow to have these also correctly synced?
Thanks in advance,
Regards,
Levi