-
-
Notifications
You must be signed in to change notification settings - Fork 240
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 Ory Kratos authentication scripts #447
feat: add Ory Kratos authentication scripts #447
Conversation
The commits need to be signed-off: https://github.com/zaproxy/community-scripts/pull/447/checks?check_run_id=25640107047 |
095a81d
to
147a647
Compare
Sorry, I missed the contribution guidelines. Too bad I had to remove my GPG signature ;) |
Signed-off-by: Edouard Maleix <[email protected]>
Signed-off-by: Edouard Maleix <[email protected]>
Signed-off-by: Edouard Maleix <[email protected]>
Signed-off-by: Edouard Maleix <[email protected]>
27d0d5f
to
07b1895
Compare
You can still sign the commits. |
Yes, but not during the rebase unfortunately. |
…cripts Signed-off-by: Edouard Maleix <[email protected]>
@thc202 Can you help for the reviewing of this PR? Is anything blocking? |
Signed-off-by: Edouard Maleix <[email protected]>
Signed-off-by: Edouard Maleix <[email protected]>
@thc202 Just applied your suggestions. |
Thank you! |
Description
I added two authentication scripts to enable authenticated interactions with web applications relying on Ory Kratos.
KratosApiAuthentication.js
adds support for the Native Login flowKratosABrowserAuthentication.js
adds support for the Browser Login flowI hope they may be useful for others in the Zap community.