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

Update Request Header #536

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Update Request Header #536

wants to merge 13 commits into from

Conversation

jumaallan
Copy link
Member

Story: https://app.shortcut.com/smileid/story/xxx

Summary

A few sentences/bullet points about the changes

Known Issues

Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.

Test Instructions

Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.

Screenshot

If applicable (e.g. UI changes), add screenshots to help explain your work.

Copy link
Contributor

@robin-smileid robin-smileid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me so far. Just added some naming changes to avoid conflicts with the smile secure product name.

Copy link
Contributor

@JNdhlovu JNdhlovu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we waiting for the backend?

Copy link
Contributor

@robin-smileid robin-smileid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is the latest changes you've been testing with, but we need to add the security_info to the biometric kyc and I haven't seen the SmileIDCryptoManager being called for the SmileIDSecurityInterceptor?

@@ -358,6 +364,19 @@ class SelfieViewModel(
)
}

val timestamp = getCurrentIsoTimestamp()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For selfie we should use the multi-part signing? The security_info.json we only add for the s3 uploads (biometric kyc, document).


annotation class SmileIDSecurity

object SmileIDSecurityInterceptor : Interceptor {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the SmileIDCryptoManager getting called anywhere in here? Am I missing something?

Copy link
Contributor

@JNdhlovu JNdhlovu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

om.smileidentity.networking.SmileIDCryptoManager is unresolved guessing WIP....

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

Successfully merging this pull request may close these issues.

None yet

3 participants