summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/saml_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* SAML help text improvement (#5003)Christopher Speller2017-01-091-2/+2
|
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add User.Position field to store & model. * GOFMT * Add Position to user settings. * Unit tests. * Add position to profile popup. * i18n * Fix log message for invalid position. * Add Position field attribute to LDAP config. * Add Position field attribute to SAML config. * Reword empty position message. * Change Position Max Length to 35. * Better invalid position error message. * Add new fields to config.json. * Ensure position is never longer than max when displayed. * Hard limit of 64 chars with soft limit still 35 * Put field with other attributes.
* Add text banner to SAML System Console settings (#4195)Jason Blais2016-10-111-1/+9
| | | | | | | | | | | | * Update saml_settings.jsx * Update en.json * Text tweak * Fix build error * Use classnames in saml_settings.jsx to fix build errors
* PLT-4041 Make SAML FirstName and LastName optional (#3951)enahum2016-09-061-2/+2
|
* PLT-3629 fix uploading certificates if the files in the config do not exists ↵enahum2016-07-201-0/+20
| | | | (#3634)
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-1/+1
|
* PLT-3624 quick fix remove SAML certificates without saving (#3555)enahum2016-07-121-3/+7
|
* PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534)enahum2016-07-081-2/+2
|
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-21/+23
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* SAML support (#3494)enahum2016-07-051-0/+518
* PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML