Hi Ivan,
thanks for your answer. I do agree with your remarks on how to make
configuration more straightforward.
What is the exact error that you get? Do you have a
log-file at hand?
I've dumped the entire log-file (from entering saml2 backend
to the
error) to pastebin:
https://pastebin.com/raw/Lbuw6xKH
It's actually rather weird. Decryption of the response works perfectly
fine, as you can see just before the error, I even get all my attributes.
And then it fails due to 'Exception("No assertion part")'.
Again, this is with the
sp_config:
key_file: /etc/satosa/credentials/saml2backend.key
cert_file: /etc/satosa/credentials/saml2backend.crt
encryption_keypairs:
- key_file: /etc/satosa/credentials/saml2backend.key
cert_file: /etc/satosa/credentials/saml2backend.crt
configuration. Once I remove the encryption_keypairs, it's smooth sailing...
Cheers,
David