Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to verify answer from IDP #37

Open
neufeind opened this issue Aug 14, 2020 · 0 comments
Open

Unable to verify answer from IDP #37

neufeind opened this issue Aug 14, 2020 · 0 comments

Comments

@neufeind
Copy link
Contributor

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.

$certificate->loadPem($row['certificate']);

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant