In the video below I am creating a JWT auth server in 5 minutes, allowing you to create, edit and delete users, and associate these users with roles, giving them access to your system(s).
This simple little system, could easily provide you with SSO capabilities, becoming a single repository, for all your enterprise authentication problems.
In later articles, I will demonstrate how you can incorporate this into your own C# code, but for now, simply enjoy the video, and realise all passwords are securely stored in your database, cryptographically hashed, using the BlowFish algorithm, with individual salts per record. It’s simply impossible to get it easier and more secure than this 🙂