mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:47:33 +00:00
fix(saml): correctly parse certificate (#8470)
# Which Problems Are Solved When using a SAML provider, which listed the `X509Certificate` as base64 encoded PEM, the SAMLResponse validation would fail with an error: `malformed certificate`. zitadel/saml has been fixed to handle this as well. # How the Problems Are Solved Update to zitadel/saml v0.2.0. # Additional Changes None # Additional Context closes https://github.com/zitadel/zitadel/issues/8039
This commit is contained in:
2
go.mod
2
go.mod
@@ -61,7 +61,7 @@ require (
|
||||
github.com/zitadel/logging v0.6.0
|
||||
github.com/zitadel/oidc/v3 v3.28.1
|
||||
github.com/zitadel/passwap v0.6.0
|
||||
github.com/zitadel/saml v0.1.3
|
||||
github.com/zitadel/saml v0.2.0
|
||||
github.com/zitadel/schema v1.3.0
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
|
||||
|
Reference in New Issue
Block a user