_glossary.tex (1654B)
1 \newglossaryentry{KYCID} 2 { 3 name=KYCID, 4 description={eKYC-as-a-Service web platform developed in this thesis and acronym of \textit{Know your customer's ID}} 5 } 6 \newglossaryentry{KYC} 7 { 8 name=KYC, 9 description={acronym for Know your Customer is a set of practices aimed at verifying user identity} 10 } 11 \newglossaryentry{eKYC} 12 { 13 name={eKYC}, 14 description={electronic \gls{KYC}} 15 } 16 \newglossaryentry{OAuth2} 17 { 18 name={OAuth2}, 19 description={An HTTP-based communication protocol and framework for granting third-party access to resources} 20 } 21 \newglossaryentry{MRZ} 22 { 23 name={MRZ}, 24 description={Zone on an identity card or passport where all the information on the document is encoded and easily scannable} 25 } 26 \newglossaryentry{OCR} 27 { 28 name={OCR}, 29 description={Optical character recognition is an algorithm / process for extracting text from an image / scan} 30 } 31 \newglossaryentry{access token} 32 { 33 name={Access Token}, 34 description={An authorization token allowing access to a resource} 35 } 36 \newglossaryentry{endpoint} 37 { 38 name={Endpoint}, 39 description={URL on which we can access from machine to machine (API)} 40 } 41 \newglossaryentry{scopes} 42 { 43 name={Scopes}, 44 description={List of strings specifying the resources the client wants to access} 45 } 46 \newglossaryentry{CSRF} 47 { 48 name={CSRF}, 49 description={Cross-site request forgery is well-know HTTP vulnerability} 50 } 51 \newglossaryentry{CSPRNG} 52 { 53 name={CSPRNG}, 54 description={Cryptographically-safe pseudo random generator} 55 } 56 \newglossaryentry{PKCE} 57 { 58 name={PKCE}, 59 description={Proof Key for Code Exchange is a OAuth2 security to authenticate client} 60 }