Hi, Niclas & Michael.
>Alex, is this a known issue fixed by the latest patch?
Haven't heard of this one. We have an issue when SAML TR is shown as failed validation, while it's working (and it's fixed in upcoming 4.1.1 and 4.2 packages), but you still should be able to view and edit the TR.
Instead, I suspect this is the cause of the issue Niclas is facing:
>The sp xml is 60Mb
That's of a size of an InCommon metadata (may be it IS InCommon, Niclas?), so I would assume similar reccomendations will apply: oxTrust's and IDP's JVMs' memory allocations need to be increased.
Niclas, please edit next files:
1. `/etc/default/identity` : in `JAVA_OPTIONS` line, make sure "-Xms" and "-Xmx" options are set to at least `1024m` and `2048m`, correspondingly
2. `/etc/default/idp` : same as above
After that restart "identity" service, then "idp" service, wait for 5 minutes, and test again. If error persists, consider increasing heap allocations for "identity" JVM even more, and repeat the test again.