We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Implement changes related to dynamic factor keys for crypto4:
/pa/v4/password/change
/pa/v4/biometry/add
/pa/v4/biometry/remove
Dynamic factor keys endpoints are implemented.
/pa/v4/password/change endpoint
{ "sharedSecretRequest": { "algorithm": "EC_P384_ML_L3", "ecdhe": "Base64", "mlkem": "Base64" } }
{ "sharedSecretResponse": { "ecdhe": "Base64", "mlkem": "Base64" } }
knowledge_factor_key_next
biometric_factor_key_next
{}
Tested by end-to-end tests.
The text was updated successfully, but these errors were encountered:
romanstrobl
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
Implement changes related to dynamic factor keys for crypto4:
/pa/v4/password/change
/pa/v4/biometry/add
/pa/v4/biometry/remove
Acceptance criteria
Dynamic factor keys endpoints are implemented.
Technical specification
Password change
/pa/v4/password/change
endpointknowledge_factor_key_next
on the server side./pa/v4/biometry/add
biometric_factor_key_next
on the server side./pa/v4/biometry/remove
QA specification
Tested by end-to-end tests.
The text was updated successfully, but these errors were encountered: