clearer exception handling in OIDCHttpClient::checkOIDCIsAvailable()
This commit is contained in:
committed by
Dat H. Pham
parent
03819a7a9b
commit
35b90ba87a
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user