We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings, I'm trying to create a test implementation, but when I click on the "Spid" button and select the test OP, I'm getting a couple of errors raised by TrustChain class: https://github.com/italia/spid-cie-oidc-php/blob/main/lib/Federation/TrustChain.php
Errors are due to variables that were not declared: -$entity_statement at line 131 -$policy at line 194
Is something missing in my configuration/installation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings,
I'm trying to create a test implementation, but when I click on the "Spid" button and select the test OP, I'm getting a couple of errors raised by TrustChain class: https://github.com/italia/spid-cie-oidc-php/blob/main/lib/Federation/TrustChain.php
Errors are due to variables that were not declared:
-$entity_statement at line 131
-$policy at line 194
Is something missing in my configuration/installation?
The text was updated successfully, but these errors were encountered: