mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
fix: use configured binding on SAML IDPs and make sure CSP doesn't block POST binding (#7341)
fix: use configured binding on SAML IDPs and make sure CSP doesn't block POST binding
This commit is contained in:
@@ -159,6 +159,9 @@ func (p *Provider) GetSP() (*samlsp.Middleware, error) {
|
||||
if p.requestTracker != nil {
|
||||
sp.RequestTracker = p.requestTracker
|
||||
}
|
||||
if p.binding != "" {
|
||||
sp.Binding = p.binding
|
||||
}
|
||||
return sp, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user