summaryrefslogtreecommitdiffstats
path: root/app/saml.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5905 Fix saml certificates (#5803)enahum2017-03-221-1/+14
|
* Fxing code coverage numbers + APIv4 tests with EE (#5789)Christopher Speller2017-03-161-1/+1
|
* Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-11/+132
| | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* More app code migration (#5170)Joram Wilander2017-01-251-0/+67
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package