You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a login against a Microsoft IDP I was unable to validate the incoming answer. Debugging showed that it tries to use our certificate from the CredentialStore, but would instead need the idp_certificate.
As a fix using instead
$certificate->loadPem($row['idp_certificate']);
worked. But of course then the lines below regarding the private-key don't make sense here anymore.
When using a login against a Microsoft IDP I was unable to validate the incoming answer. Debugging showed that it tries to use our certificate from the CredentialStore, but would instead need the idp_certificate.
As a fix using instead
$certificate->loadPem($row['idp_certificate']);
worked. But of course then the lines below regarding the private-key don't make sense here anymore.
mksamlauth/Classes/Store/CredentialStore.php
Line 42 in fa155ab
Does the extension "as is" (used the 8.7-branch) work for others? How come they don't have problems validating the answer from the idp?
The text was updated successfully, but these errors were encountered: