Signature and Encryption Detailed Process
Last updated
Last updated
You will need to generate a key pair: a public key/private key. You will have to share your public key with iAdvize. iAdvize provides you with its public key.
One way to generate your keys (you can adjust the number of bits):
iAdvize will make the process the other way around which consist of decrypting the JWE (using iAdvize Private key) and verify the token signature (using Customer Public key) in order to finally extract the User ID and create a Visitor Authenticated Session (a new JWS generated by iAdvize internally):