-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix #1636: For API /auth/combinded assert credentialName #1637
Conversation
- add tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should rather remove the parameter completely in my opinion, the parameter is ignored and should be take form the OTP.
@zcgandcomp As the author of the issue I would need your response/comment please |
Hmm Roman is right. We can just remove it - it will still work (caller doesn't need to change the call immediately) and the functionality will not be affected - as the parameter is basically ignored. |
- add migration docs - update API ref
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One enhancement of current possible NPE and one log message otherwise fine.
.../src/main/java/io/getlime/security/powerauth/app/nextstep/service/AuthenticationService.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/getlime/security/powerauth/app/nextstep/service/AuthenticationService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can have it in the migration guide - the parameter is required in the OTP creation. But whoever uses it should already know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the issue!
No description provided.