summaryrefslogtreecommitdiffstats
path: root/api4/saml_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-1/+1
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-0/+19
* Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs