summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/saml_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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