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
Thx for this nice Federation Relying Party code. There are many open questions, because I'm not able to get it work for pre-production (pre-produzione).
Here my setup:
I use the latest dev branch.
The composer has successfully installed the application.
I have created the OP cert and pem.
The application is configured for Wordpress OIDC client authentication like described in the docs.
The endpoint is public available over HTTPS.
The endpoint works and the next step was to create a "componente tecnica" on the web portal of the public federation.
In the field "Chiave pubblica di federazione" I have tried to paste maybe everything of the following content, but it return always the same error on submit.
On the JWT or raw JSON of /*/.well-known/openid-federation the sub is present! So, it is not clear what I have to paste on the field "Chiave pubblica di federazione".
1.2.4 I don't understand what's wrong here, because we have JWKS. 1.2.14 In my opinion it is a bug, because authority_hints has value of type array and should be an array (by definition) and not a string.
I am desperate because many things does not work here and the docs are very poor. We have a deadline to get it work, so any help is very appreciated.
Is spid-cie-oidc-php ready for production? If yes, what is wrong? If not, when is it ready?
Hi @damikael!
Thx for this nice Federation Relying Party code. There are many open questions, because I'm not able to get it work for pre-production (pre-produzione).
Here my setup:
dev
branch.HTTPS
.The endpoint works and the next step was to create a "componente tecnica" on the web portal of the public federation.
In the field "Chiave pubblica di federazione" I have tried to paste maybe everything of the following content, but it return always the same error on submit.
Content of URL response or .crt
Raw JSON
JWT
Public RP .crt
After submit I get always this error:
On the JWT or raw JSON of
/*/.well-known/openid-federation
thesub
is present! So, it is not clear what I have to paste on the field "Chiave pubblica di federazione".I have also used https://validator.spid.gov.it/oidc/rp/ to check the metadata of the
/*/.well-known/openid-federation
.works on both but the check has two red fields:
1.2.4 I don't understand what's wrong here, because we have JWKS.
1.2.14 In my opinion it is a bug, because
authority_hints
has value of type array and should be an array (by definition) and not a string.I am desperate because many things does not work here and the docs are very poor. We have a deadline to get it work, so any help is very appreciated.
Is
spid-cie-oidc-php
ready for production? If yes, what is wrong? If not, when is it ready?Related:
The text was updated successfully, but these errors were encountered: