summaryrefslogtreecommitdiffstats
path: root/app/saml.go
Commit message (Collapse)AuthorAgeFilesLines
* 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