feat(console): add-saml-to-idp (#6687) (#6750)

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Michal
2023-11-07 10:58:31 +01:00
committed by GitHub
parent b3ff359fc1
commit a50d1408be
14 changed files with 382 additions and 1 deletions

View File

@@ -1726,6 +1726,10 @@
"APPLE": {
"TITLE": "Sign in with Apple",
"DESCRIPTION": "Enter the credentials for your Apple Provider"
},
"SAML": {
"TITLE": "Sign in with Saml SP",
"DESCRIPTION": "Enter the credentials for your SAML Provider"
}
},
"DETAIL": {
@@ -1847,6 +1851,12 @@
"UPLOADPRIVATEKEY": "Upload Private Key",
"KEYMAXSIZEEXCEEDED": "Maximum size of 5kB exceeded."
},
"SAML": {
"METADATAXML": "Metadata Xml",
"METADATAURL": "Metadata URL",
"BINDING": "Binding",
"SIGNEDREQUEST": "Signed Request"
},
"TOAST": {
"SAVED": "Successfully saved.",
"REACTIVATED": "Idp reactivated.",