When getting a SAMLv2 certificate that is using a sha1 algorithm i get this error:
Caused by: javax.xml.crypto.MarshalException: It is forbidden to use algorithm http://www.w3.org/2000/09/xmldsig#rsa-sha1 when secure validation is enabled
I have tried to look for documentation about the 'secured validation' and all i come up with is this :
https://fusionauth.io/docs/v1/tech/admin-guide/securing
This is only valid if i am setting up my own instance of fusionauth but I am using the hosted which means i do not have access to these things.
Is this something that can be remedied on our Fusionauth, is there something I am missing?