chore: add acceptance tests with saml sp

This commit is contained in:
Stefan Benz
2025-03-21 17:33:42 +01:00
parent f1ab6a2360
commit 5af009d581
18 changed files with 375 additions and 16 deletions

16
acceptance/saml/go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/zitadel/typescript/acceptance/saml
go 1.24.0
require github.com/crewjam/saml v0.4.14
require (
github.com/beevik/etree v1.5.0 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russellhaering/goxmldsig v1.5.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
)