Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
keys: key_defs: - type: RSA use: - sig - type: EC crv: P-256 use: - sig **private_path: private/oa_jwks.json** --- this needs to be added to the /etc/satosa/plugins/oidc_frontend.yaml read_only: false endpoint: credential: path: credential class: openid4v.openid_credential_issuer.credential.Credential kwargs: client_authn_method: - dpop_client_auth credential_constructor: EHICCredential: class: openid4v.openid_credential_issuer.credential_constructor.authentic_source.CredentialConstructor kwargs: url: http://vc-interop-2.sunet.se/api/v1/credential jwks_url: http://vc-interop-2.sunet.se/api/v1/credential/.well-known/jwks body: credential_type: sdjwt document_type: EHIC PDA1Credential: class: openid4v.openid_credential_issuer.credential_constructor.authentic_source.CredentialConstructor kwargs: url: http://vc-interop-2.sunet.se/api/v1/credential jwks_url: http://vc-interop-2.sunet.se/api/v1/credential/.well-known/jwks PersonIdentificationData: class: openid4v.openid_credential_issuer.credential_constructor.pid.PIDConstructor #class: jocar-pid.CredentialConstructor kwargs: #url: http://hejhopp url: http://vc-interop-2.sunet.se/api/v1/credential template_dir: template session_management: false