Encryption key (auth_key)
Last updated
Last updated
To secure the authentication process, the data exchanged between the APP and the PKSA will be encrypted using an encryption key (auth_key
). By encrypting these data, the HAS will be unaware of what's going on between the APP and the PKSA and unable to tamper with the authentication process.
Before initiating the authentication process, the APP must create an auth_key
for each account it manages.
The auth_key
can be any string. However, we recommend using a each time you generate a new auth_key
to strengthen security.
For the PKSA to be able to decrypt the payload sent to it by the APP, the APP will have to share it with the PKSA. This can be done in two ways:
by embedding it in a QR code that the PKSA mobile app will scan
by encrypting it and embedding it in the auth_req
authentication payload when running your own PKSA in