You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(examples): remove incorrect POST binding query string example
SAMLResponse= in a query string implies HTTP-Redirect binding (DEFLATE
compressed). A POST binding SAMLResponse lives in the HTTP POST body — it
only looks like a query string when intercepted. Removed the misleadingly
labelled example and the encodePostBinding helper it depended on.
0 commit comments