locales/en.yml in rodauth-oauth-1.4.0 vs locales/en.yml in rodauth-oauth-1.5.0
- old
+ new
@@ -74,6 +74,16 @@
oauth_authorize_parameter_required: "Invalid or missing '%{parameter}'"
oauth_invalid_post_logout_redirect_uri_message: "Invalid post logout redirect URI"
oauth_saml_assertion_not_base64_message: "SAML assertion must be in base64 format"
oauth_saml_assertion_single_issuer_message: "SAML assertion must have a single issuer"
oauth_saml_settings_not_found_message: "No SAML settings found for issuer"
- oauth_invalid_id_token_hint_message: "Invalid ID token hint"
\ No newline at end of file
+ oauth_invalid_id_token_hint_message: "Invalid ID token hint"
+ translatable_method :oauth_saml_settings_not_found_message: "No SAML settings found for issuer"
+ oauth_invalid_dpop_proof_message: "Invalid DPoP proof"
+ oauth_multiple_dpop_proofs_message: "Multiple DPoP proofs used"
+ oauth_invalid_dpop_jkt_message: "Invalid DPoP JKT"
+ oauth_invalid_dpop_jti_message: "Invalid DPoP jti"
+ oauth_invalid_dpop_htm_message: "Invalid DPoP htm"
+ oauth_invalid_dpop_htu_message: "Invalid DPoP htu"
+ oauth_use_dpop_nonce_message: "DPoP nonce is required"
+ oauth_access_token_dpop_bound_message: "DPoP bound access token requires DPoP proof"
+ oauth_multiple_auth_methods_message: "Multiple methods used to include access token"