Skip to content

Commit

Permalink
Changed AuthnContext settings to include instructions on how to add m…
Browse files Browse the repository at this point in the history
…ultiple contexts.
  • Loading branch information
pierre-lehnen-rc committed Jun 17, 2020
1 parent 3059ff9 commit 9c42820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2988,12 +2988,12 @@
"Same_Style_For_Mentions": "Same style for mentions",
"SAML": "SAML",
"SAML_AuthnContext_Template": "AuthnContext Template",
"SAML_AuthnContext_Template_Description": "You can use any variable from the AuthnRequest Template here.",
"SAML_AuthnContext_Template_Description": "You can use any variable from the AuthnRequest Template here.\n\n To add additional authn contexts, duplicate the __AuthnContextClassRef__ tag and replace the __\\_\\_authnContext\\_\\___ variable with the new context.",
"SAML_AuthnRequest_Template": "AuthnRequest Template",
"SAML_AuthnRequest_Template_Description": "The following variables are available:\n- **\\_\\_uniqueId\\_\\_**: Randomly generated id string\n- **\\_\\_instant\\_\\_**: Current timestamp\n- **\\_\\_callbackUrl\\_\\_**: The Rocket.Chat callback URL.\n- **\\_\\_entryPoint\\_\\_**: The value of the __Custom Entry Point__ setting.\n- **\\_\\_issuer\\_\\_**: The value of the __Custom Issuer__ setting.\n- **\\_\\_identifierFormatTag\\_\\_**: The contents of the __NameID Policy Template__ if a valid __Identifier Format__ is configured.\n- **\\_\\_identifierFormat\\_\\_**: The value of the __Identifier Format__ setting.\n- **\\_\\_authnContextTag\\_\\_**: The contents of the __AuthnContext Template__ if a valid __Custom Authn Context__ is configured.\n- **\\_\\_authnContextComparison\\_\\_**: The value of the __Authn Context Comparison__ setting.\n- **\\_\\_authnContext\\_\\_**: The value of the __Custom Authn Context__ setting.",
"SAML_Custom_Authn_Context": "Custom Authn Context",
"SAML_Custom_Authn_Context_Comparison": "Authn Context Comparison",
"SAML_Custom_Authn_Context_description": "Leave this empty to omit the authn context from the request.",
"SAML_Custom_Authn_Context_description": "Leave this empty to omit the authn context from the request.\n\n To add multiple authn contexts, add the additional ones directly to the __AuthnContext Template__ setting.",
"SAML_Custom_Cert": "Custom Certificate",
"SAML_Custom_Debug": "Enable Debug",
"SAML_Custom_Entry_point": "Custom Entry Point",
Expand Down

0 comments on commit 9c42820

Please sign in to comment.