Skip to content

Allow for VID input - #74

Merged
kneckinator merged 4 commits into
developfrom
feature/72-allow-for-uin-and-vid
Mar 18, 2022
Merged

Allow for VID input#74
kneckinator merged 4 commits into
developfrom
feature/72-allow-for-uin-and-vid

Conversation

@pmigueld

@pmigueld pmigueld commented Mar 3, 2022

Copy link
Copy Markdown
Collaborator

Partially resolves #72

Needs backend changes to accept VID when downloading credential. VC will get stuck at loading status trying to download otherwise.

@pmigueld
pmigueld marked this pull request as draft March 3, 2022 09:53

@danicaerediano danicaerediano left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I get error Invalid id::VID is revoked on entering 111111 as OTP for the 16 digits code

@pmigueld

pmigueld commented Mar 3, 2022

Copy link
Copy Markdown
Collaborator Author

I get error Invalid id::VID is revoked on entering 111111 as OTP for the 16 digits code

This is expected since VID is temporary, right @uocnb?

@uocnb

uocnb commented Mar 3, 2022

Copy link
Copy Markdown
Member

I get error Invalid id::VID is revoked on entering 111111 as OTP for the 16 digits code

This is expected since VID is temporary, right @uocnb?

@pmigueld this depends on type of generated VID. It is defined by vidType parameter in the VID generation API payload.

  • Perpetual => permanently, no expires.
  • Temporary => expires time set by MOSIP.

@pmigueld
pmigueld force-pushed the feature/72-allow-for-uin-and-vid branch 3 times, most recently from 058f589 to 4ba53f2 Compare March 11, 2022 08:48
@pmigueld
pmigueld marked this pull request as ready for review March 11, 2022 09:23
@pmigueld
pmigueld requested a review from danicaerediano March 11, 2022 09:23
@pmigueld
pmigueld force-pushed the feature/72-allow-for-uin-and-vid branch from 4ba53f2 to 6ec5e06 Compare March 17, 2022 06:26
@kneckinator
kneckinator self-requested a review March 18, 2022 02:02

@kneckinator kneckinator left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Let's merge this and adapt if/when the VID format changes on the MOSIP side.

@kneckinator
kneckinator merged commit 9a95f8c into develop Mar 18, 2022
@kneckinator
kneckinator deleted the feature/72-allow-for-uin-and-vid branch March 18, 2022 02:03
pmigueld pushed a commit that referenced this pull request Jan 26, 2024
fix(INJI-92): show proper UI messages for deactivated UIN and VID
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.

Changes to "Add VID" screen

4 participants