TF-571 Use response from webfinger to get OIDC from authority

This commit is contained in:
Dat PHAM HOANG
2022-05-27 11:34:53 +07:00
committed by Dat H. Pham
parent ea598c20b8
commit a48cd35d4f
14 changed files with 84 additions and 50 deletions
+19 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-05-26T12:07:26.941919",
"@@last_modified": "2022-05-27T10:11:30.148525",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -1353,5 +1353,23 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"loginInputSSOMessage": "Sign-in with my SSO account",
"@loginInputSSOMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"canNotVerifySSOConfiguration": "Can not verify SSO configuration, please check with your system administrator",
"@canNotVerifySSOConfiguration": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"canNotGetToken": "Can not get token, please check with your system administrator",
"@canNotGetToken": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}