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

dev branch: commented out openid_relying_party config in EntityStatement.php causes on-boarding errors. #28

Open
unicg opened this issue Nov 7, 2024 · 1 comment

Comments

@unicg
Copy link

unicg commented Nov 7, 2024

Hi!

The following commented out lines in Federation/EntityStatement.php (branch dev) are needed to get on-boarded by adding a "componente tecnica". Without this lines of openid_relying_party config, the on-boarding response with an error:

Errore di validazione generico: L'entità non rispetta i requisiti di federazione

/*
"openid_relying_party" => array(
"client_registration_types" => $config['client_registration_types'] ?? array( "automatic" ),
"jwks" => array(
"keys" => $crt_jwks
),
"grant_types" => array(
"refresh_token", // useful???
"authorization_code"
),
"application_type" => $config['application_type'] ?? "web",
"redirect_uris" => array( $config['redirect_uri'] ?? ($config['client_id'] . '/oidc/rp/redirect') ),
"id_token_signed_response_alg" => "RS256",
"userinfo_signed_response_alg" => "RS256",
"userinfo_encrypted_response_alg" => "RSA-OAEP",
"userinfo_encrypted_response_enc" => "A256CBC-HS512",
"token_endpoint_auth_method" => "private_key_jwt",
"client_id" => $config['client_id'],
"client_name" => $config['client_name'],
"contacts" => $config['contacts'],
"organization_name" => $config['organization_name'],
//"id_token_encrypted_response_alg" => "RSA-OAEP",
//"id_token_encrypted_response_enc" => "A256CBC-HS512",
"response_types" => array( "code" ),
"subject_type" => $config['subject_type'] ?? "pairwise"
)
*/

@damikael!

@unicg
Copy link
Author

unicg commented Nov 21, 2024

@damikael and @rglauco can you help me please in some reported issues? #27 #29 #30

@unicg unicg mentioned this issue Nov 26, 2024
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