OpenConext / Stepup-tiqr

tiqr IdP for step-up authentication
Apache License 2.0
3 stars 2 forks source link

Fix missing translation #156

Closed tvdijen closed 9 months ago

tvdijen commented 1 year ago

Fixes:

afbeelding

Since this error is triggered by the stepup-bundle, I wonder if this translation has to be added to other gssf's as well? I noticed webauthn doesn't have this tag as well..

tvdijen commented 1 year ago

I grepped stepup.error and we are probably missing a few more translations:

$title = $translator->trans('stepup.error.signature_validation_failed.title');
$description = $translator->trans('stepup.error.signature_validation_failed.description');
$title = $translator->trans('stepup.error.unsigned_request.title');
$description = $translator->trans('stepup.error.unsigned_request.description');
$title = $translator->trans('stepup.error.unsupported_signature.title');
$description = $translator->trans('stepup.error.unsupported_signature.description');
$title = $translator->trans('stepup.error.authn_failed.title');
$description = $translator->trans('stepup.error.authn_failed.description');
$title = $translator->trans('stepup.error.precondition_not_met.title');
$description = $translator->trans('stepup.error.precondition_not_met.description');
$title = $translator->trans('stepup.error.authentication_error.title');
$description = $translator->trans('stepup.error.authentication_error.description');
$title = $translator->trans('stepup.error.authentication_error.title');
$description = $translator->trans('stepup.error.authentication_error.description');