Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add PostBinding method on IDP authn. requests #453

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

hf
Copy link
Contributor

@hf hf commented Aug 12, 2022

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 hf force-pushed the hf/add-post-binding-idp-method branch from 90db259 to 89ee4bc Compare August 14, 2022 12:38
@crewjam
Copy link
Owner

crewjam commented Jan 12, 2023

Cool, thanks!

@crewjam crewjam merged commit 9e43d2e into crewjam:main Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants