saml icon indicating copy to clipboard operation
saml copied to clipboard

feat: Add PostBinding method on IDP authn. requests

Open hf opened this issue 3 years ago • 0 comments

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).

hf avatar Aug 12 '22 09:08 hf