- Notifications
You must be signed in to change notification settings - Fork2.5k
Add TOTP support to Post-based authentication#8855
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
github-actionsbot commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
All contributors have signed the CLA ✍️ ✅ |
thc202 commentedFeb 14, 2025
BBA already supports TOTP fields. |
faissalCytix commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Is that a recent change? Are there docs for it yet? I didn't see it back when I started working on this |
thc202 commentedFeb 14, 2025
It was done last month, there are no docs yet. |
psiinon commentedFeb 14, 2025
Pro tip - please get in touch with us before starting on any significant changes - we can then let you know if similar changes are already in progress 😁 |
psiinon commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
New Issues (11)Checkmarx found the following issues in this Pull Request
Fixed Issues (4)Great job! The following issues were fixed in this Pull Request
|
faissalCytix commentedFeb 14, 2025
I was under the impression that there wasn't any interesting in adding TOTP support based on previous comments. Nonetheless, is adding the TOTP support to post-based auth still of use or is that something that's already in progress? |
psiinon commentedFeb 14, 2025
Priorities change, sometimes very quickly. |
faissalCytix commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Fair enough, I guess I'll finish up just this PR then & bring it in line with the changes to BBA. Just a couple follow up questions: There was a comment I think in the docs somewhere about BBA being accessible via the API at some point, is that still happening and do you have an idea of when that'll be/has it already happened? We're using form/json-based auth since it's what's accessible via the API, but if we can do BBA via the API I don't think we'd have as much of a need for that |
psiinon commentedFeb 14, 2025
Deleted mistaken repost 😉 |
faissalCytix commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Noted, I'll chat with my team properly about all this on Monday and see what our priorities are |
thc202 commentedFeb 17, 2025
Note that further work should be done on top of#7857. |
faissalCytix commentedFeb 17, 2025
thc202 commentedFeb 20, 2025
That PR was for the API/BBA changes. |
thc202 commentedMar 14, 2025
fyi, we'll be taking care of this PR for 2.16.1. |
faissalCytix commentedMar 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Taking care of it in what sense? Just so you know right now I'm updating the tests to include this functionality (edit: see the commit after this message). Shall I leave it to you guys to finish off once I've done that? |
faissalCytix commentedMar 14, 2025
I have read the CLA Document and I hereby sign the CLA |
…me-password encoding with previous ZAP version



This is an unfinished PR that adds optional support for TOTP. It's currently missing tests and I need to sign off the commits etc, but the core functionality is done. I'd just like to first know if this is a contribution you guys would be interested in before I invest time in cleaning it up. There will also be some corresponding changes to browser based auth to support TOTP fields.

