saml
saml copied to clipboard
feat: Add PostBinding method on IDP authn. requests
Extracts the POST binding form data generation in the WriteResponse(http.ResponseWriter) method on IdpAuthnRequest into a new PostBinding() method.
This is useful because users of this library may wish to customize the returned HTML data (or not return HTML data at all, in a Single-Page App scenario, for example).