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 2468 net idv support brand id in session config #471

Open
wants to merge 17 commits into
base: development
Choose a base branch
from

Conversation

mehmet-yoti
Copy link
Contributor

.WithSdkConfig(
                    new SdkConfigBuilder()
                    .WithAllowsCameraAndUpload()
                    .WithPrimaryColour("#2d9fff")
                    .WithSecondaryColour("#FFFFFF")
                    .WithFontColour("#FFFFFF")
                    .WithLocale("en-GB")
                    .WithPresetIssuingCountry("GBR")
                    .WithSuccessUrl($"{_baseUrl}/idverify/success")
                    .WithErrorUrl($"{_baseUrl}/idverify/error")
                    .WithPrivacyPolicyUrl($"{_baseUrl}/privacy-policy")
                    .WithAllowHandoff(false)
                    .WithBrandId("brand_id")
                    .Build()
                    )

mehmet-yoti and others added 17 commits January 9, 2023 14:07
…e-identity-profile-preview-update

SDK-2201:summary page update
…e-identity-profile-preview-update

Sdk 2201 add support to fetch the identity profile preview update
* SDK-2368: added advanced identity profiles for share1 and idv
* SDK-2342: added support for enabling expanded document fields
* SDK-2341: added support to retrieve expanded doc fields and media, added succedd page example
* SDK-2342: updated test fw version for security and azure pipelines
* SDK-2341 Removed CameraAndUpload on dbs example page
* Sdk 2368: Generated Advanced Identity Profile Example Page
* Create new issue template workflow
* SDK-2238:Create Session
* Update azure-pipelines.yml
* SDK-2245: Retrieve Session
* Sdk 2252:Create QR code
* SDK-2252:Updated validation rule
* SDK-2252:removed net 2.1 support for security issues
* Sdk 2257:Retrieve QR code
* IN-5590: Update support link (#437)
* Sdk 2363: net check for and add optional attribute configuration to sdk (#458)
* Bump Google.Protobuf from 3.21.3 to 3.22.0 (#425)
* Bump Microsoft.CodeAnalysis.CSharp.Workspaces, Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.CSharp (#460)
Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.2.0 to 4.9.2
Updates `Microsoft.CodeAnalysis.Common` from 4.2.0 to 4.9.2
Updates `Microsoft.CodeAnalysis.CSharp` from 4.2.0 to 4.9.2
* Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets (#459)
* Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.16.1 to 1.20.1.
* SDK-2264:Retrieve Receipt, updated Newtonsoft.Json 13.0.3
* SDK-2416:Add support for advanced identity profiles to Share V2 and examples
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.

2 participants