User Interface medium complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Shown when a returning BankID identity does not automatically match an existing Meander account. Presents the verified identity summary and lets the user link to an existing account or complete a new-account setup, ensuring the personnummer is stored on resolution.

Feature: BankID Authentication

bankid-account-link-screen

Responsibilities

  • Display verified name and masked personnummer from the BankID identity token
  • Allow the user to search for and confirm an existing Meander account to link
  • Offer a new-account creation path for first-time users with no existing record
  • Confirm that the personnummer has been stored on the matched or created user record

Interfaces

showVerifiedIdentity(personnummer, name)
onLinkExistingAccount(userId)
onCreateNewAccount(verifiedIdentity)
onLinkingSuccess(session)