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

SDK-2366 Advanced Identity Profile in share v1 #434

Conversation

laurent-yoti
Copy link
Collaborator

@laurent-yoti laurent-yoti commented Jan 24, 2024

Modified src/dynamic_sharing_service:

  • added to DynamicPolicyBuilder the method .withAdvancedIdentityProfileRequirements()
  • updated DynamicPolicy constructor to accept an additional parameter (advancedIdentityProfileRequirements) and to include it in the payload as 'advanced_identity_profile_requirements'.

Updated examples/profile-identity-checks:

  • added an new case to demo the advanced identity profile requirements
  • added extraction/display of 'verification_reports' and 'authentication_reports'

laurent-yoti and others added 2 commits January 21, 2024 17:20
- added to DynamicPolicyBuilder the method .withAdvancedIdentityProfileRequirements()
- updated DynamicPolicy constructor to accept an additional parameter (advancedIdentityProfileRequirements) and to include it in the payload as 'advanced_identity_profile_requirements'.

Updated examples/profile-identity-checks:
- added an new case to demo the advanced identity profile requirements
- TODO: add extraction/display of 'verification_reports' and 'authentication_reports' from the received identityProfile?
Copy link
Contributor

@abdalmajeed-yoti abdalmajeed-yoti left a comment

Choose a reason for hiding this comment

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

LGTM!

@laurent-yoti laurent-yoti merged commit b09d8aa into SDK-2365-advanced-identity-profile Jan 25, 2024
14 checks passed
laurent-yoti added a commit that referenced this pull request Feb 12, 2024
* SDK-2366 Advanced Identity Profile in share v1 (#434)
Modified src/dynamic_sharing_service:
 - added to DynamicPolicyBuilder the method .withAdvancedIdentityProfileRequirements()
 - updated DynamicPolicy constructor to accept an additional parameter (advancedIdentityProfileRequirements) and to include it in the payload as 'advanced_identity_profile_requirements'.
Updated examples/profile-identity-checks:
 - added an new case to demo the advanced identity profile requirements
 - added extraction/display of 'verification_reports' and 'authentication_reports'

* SDK-2417 Advanced Identity Profile share v2 (#438)
Add advanced identity profile.
Updated digital identity examples to add withAdvancedIdentityProfileRequirements
Updated examples "digital-identity" to include and display the Advanced Identity Profile.
laurent-yoti added a commit that referenced this pull request Feb 15, 2024
* SDK-2366 Advanced Identity Profile in share v1 (#434)
Modified src/dynamic_sharing_service:
 - added to DynamicPolicyBuilder the method .withAdvancedIdentityProfileRequirements()
 - updated DynamicPolicy constructor to accept an additional parameter (advancedIdentityProfileRequirements) and to include it in the payload as 'advanced_identity_profile_requirements'.
Updated examples/profile-identity-checks:
 - added an new case to demo the advanced identity profile requirements
 - added extraction/display of 'verification_reports' and 'authentication_reports'

* SDK-2417 Advanced Identity Profile share v2 (#438)
Add advanced identity profile.
Updated digital identity examples to add withAdvancedIdentityProfileRequirements
Updated examples "digital-identity" to include and display the Advanced Identity Profile.
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.

3 participants