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

Document how to test SAML flow using mitmproxy #32

Open
CharString opened this issue Jun 14, 2023 · 0 comments
Open

Document how to test SAML flow using mitmproxy #32

CharString opened this issue Jun 14, 2023 · 0 comments
Assignees
Milestone

Comments

@CharString
Copy link
Contributor

Signicat requires the service to run on https. mitmproxy can be used in a oneliner to easily run as a reverse proxy in front of manage.py runserver

mitmdump -p 8000 --mode reverse:http://127.0.0.1:8080 --set keep_host_header=true --modify-headers "/X-Forwarded-Proto/https"

Some django config is also needed.

@CharString CharString self-assigned this Jun 14, 2023
@sergei-maertens sergei-maertens added this to the 1.0 milestone Jun 20, 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

No branches or pull requests

2 participants