clearer exception handling in OIDCHttpClient::checkOIDCIsAvailable()

This commit is contained in:
Florent Azavant
2025-01-27 11:16:54 +01:00
committed by Dat H. Pham
parent 03819a7a9b
commit 35b90ba87a
4 changed files with 30 additions and 1 deletions
+10
View File
@@ -130,6 +130,16 @@
"errorMessage": {}
}
},
"handshakeException": "Handshake error in client: {errorMessage}",
"@handshakeException": {
"type": "text",
"placeholders_order": [
"errorMessage"
],
"placeholders": {
"errorMessage": {}
}
},
"search_folder": "Search folder",
"@search_folder": {
"type": "text",