SAML: Configuration defaults, examples and dependencies (#17954)

* Add SAML configuration options

* Add crewjam/saml as a depdency

Needed as part of the enterprise SAML integration.

* Vendor github.com/stretchr/testify/require

The package require implements the same assertions as the `assert` package but stops test execution when a test fails.
This commit is contained in:
gotjosh
2019-07-05 11:27:14 +01:00
committed by GitHub
parent 48d5a1bcd3
commit e6b8a1529b
63 changed files with 12096 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
if h, ok := t.(tHelper); ok { h.Helper() }
t.FailNow()
}