GUACAMOLE-103: License cleanup, fix comments, and minor code tweaks.

Includes implementation of executor shutdown, and correctly removing
items from the shared response map.
This commit is contained in:
Virtually Nick
2020-06-23 13:53:10 -04:00
parent 52318a99a8
commit 806ec964ff
16 changed files with 1199 additions and 151 deletions

View File

@@ -1,12 +1,12 @@
{
"DATA_SOURCE_SAML" : {
"NAME" : "SAML SSO Backend"
"NAME" : "SAML Authentication Extension"
},
"LOGIN" : {
"FIELD_HEADER_SAML" : "",
"INFO_SAML_REDIRECT_PENDING" : "Please wait, redirecting for SAML authentication..."
"INFO_SAML_REDIRECT_PENDING" : "Please wait, redirecting to identity provider..."
}
}