Token-Based Security, OAuth 2.0, OIDC and IdentityServer4
Introduction
Mostly, We all know the username/password mechanism of login to a web application. We also might have heard, used or implemented authentication/authorization systems, with or without frameworks.
In this context, Token-based security is one of the common mechanisms to secure backend APIs.