Hi @all
I have still another problem :)
If I make an authentication with simpleSAMLphp to my IdP it works.
But then I will be backwarded to simpleSAMLphp Error-Page.
There is an Exception:
Unable to find a certificate matching the configured fingerprint.
I made my own certificate like it was explained in the sp tutorial.
I have set in authsources.php:
'certificate' => 'saml.crt',
'privatekey' => 'saml.pem',
'privatekey_pass' => 'secretpassword',
and in saml20-idp-remote.php I took the options my IdP gave me:
$metadata['
https://idp.swisssign.net/suisseid'] = array(
'name' => 'SwissSign',
'metadata-set' => 'saml20-idp-remote',
'SingleSignOnService' => '
https://idp.swisssign.net/suisseid/SSOPOST/
metaAlias/
swisssign.net/idp',
'SingleLogoutService' => '
https://idp.swisssign.net/suisseid/UI/
Logout',
'certFingerprint' => 'c9ed4dfb07caf13fc21e0fec1572047eb8a7a4cb',
);
Do I have to take a certificate from my IdP?
Thank you very much
Greetings Vany